Re: [fpc-pascal] Linux: How to execute a program, but not to wait until finishes

2011-07-04 Thread michael . vancanneyt
On Mon, 4 Jul 2011, fred f wrote: Hi all, How can I execute an external program, but to let my code continue. This doesn't work as I want and waits for finishing called app: ExecuteProcess (MyPathToExe, ' &'); The following will work if you put the 'process' unit in your uses claus

[fpc-pascal] Linux: How to execute a program, but not to wait until finishes

2011-07-04 Thread fred f
Hi all, How can I execute an external program, but to let my code continue. This doesn't work as I want and waits for finishing called app: ExecuteProcess (MyPathToExe, ' &'); Thanks. Bye, Fred ___ fpc-pascal maillist - fpc-pascal@lists.fre