![]() |
AW: Dos command
da wo Du es benötigst als var
Delphi-Quellcode:
Grüße
dosCommand : TDosCommand;
Klaus |
AW: Dos command
Ich habe das jetzt so versucht:
Delphi-Quellcode:
Wie fange ich jetzt die Ausgabe ab ?
function execcmd(command : string) : string;
var error : string; RC : Cardinal; doscommand : TDosCommand; begin Writeln('Try to execute '+command+' ...'); //ExecuteCommand(command); doscommand := TDosCommand.Create(nil); doscommand.CommandLine := command; doscommand.Execute; end; LG Steffen |
AW: Dos command
Zitat:
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:08 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz