[Lazarus] Chain procedure in FPC/Lazarus?
"ArĂ Ricardo Ody"
aro52 at gmx.com
Wed Aug 3 21:59:21 CEST 2011
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: lazarus at lists.lazarus.freepascal.org
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 Lazarus at lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110803/1024f17e/attachment-0003.html>
More information about the Lazarus
mailing list