Zitat von
easteregg:
hab mich mal nach der doxbox umgeschaut, ich schätze mal du meinst tdoscommand ...
Ups
genau die war gemeint ^^
der Umgang ist eigentlich ganz easy...
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
begin
DosCommand1.CommandLine := 'net.exe';
DosCommand1.Execute;
end;
procedure TForm1.DosCommand1NewLine(Sender: TObject; NewLine: String; OutputType: TOutputType);
begin
If OutputType = otEntireLine then
Memo1.Lines.Add(NewLine);
end;
So geht das bei mir...
"Only wimps use tape backup: real men just upload their important stuff on
ftp, and let the rest of the world mirror it."
Linus Torvalds