AK
Size: a a a
AK
AS
DK
VA
AS
AS
AS
DB
AS
AS
AS
AI
GB
AS
AS
cmdLine:='/tmp/mywrapper.sh -m start -pw passwd';
with TProcess.Create(nil) do try
CommandLine := CmdLine;
Options := Options + [poUsePipes, poStderrToOutPut];
Execute;
Finally
Free
End ;
AS
cmdLine:='/tmp/mywrapper.sh -m start -pw passwd';
with TProcess.Create(nil) do try
CommandLine := CmdLine;
Options := Options + [poUsePipes, poStderrToOutPut];
Execute;
Finally
Free
End ;
AS
AS
DB
GB