If I understand your necessity...

 .
 .
 .
 Process1: TProcess;
 .
 .
 .
 Process1.CurrentDirectory := DiretoryTools;
 Process1.CommandLine := DiretorioTools + 'converte "' + lbProSel.Items [i] +
 '" (width 2048 macropath "' + DiretorioTools +
 '" profile "' + DiretorioTools + NomeMacro +
 '" framesize min';
 Process1.Execute;


----- Original Message -----
From: Howard Lee Harkness
Sent: 08/03/11 04:41 PM
To: [email protected]
Subject: [Lazarus] Chain procedure in FPC/Lazarus?

 In Delphi, I recall that there is an Exec procedure for calling another .exe, 
and a Chain procedure for transferring to another .exe. I assume that these are 
also in FPC/Lazarus, but I haven't found any Lazarus documentation for these 
calls. Could somebody tell me where to look? -- Howard Lee Harkness (214) 
390-4896 -- _______________________________________________ Lazarus mailing 
list [email protected] 
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to