Re: [fpc-pascal] best way to execute external program

2006-08-09 Thread Darius Blaszijk
Look for TProcess. Darius - Original Message - From: "Bisma Jayadi" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 09, 2006 1:49 PM Subject: [fpc-pascal] best way to execute external program Hi all... What is the best approach to execute external program fro

[fpc-pascal] best way to execute external program

2006-08-09 Thread Bisma Jayadi
Hi all... What is the best approach to execute external program from within our own application, monitor the process, get the termination status, in multiplatform way? Is there a ShellExecute-like function in FPC/RTL but works on all platforms? Thank you in advance for any suggestions. -Bee-