Re: System call and release

2004-03-03 Thread Sam Schinke
Hello alex, If you want your program to terminate immediately, try using "exec". Wednesday, March 3, 2004, 2:07:50 PM, you wrote: ap> < code > ap> $executeNewGuest = system("\"$dir\\application.exe\"") || exit; ap> <\ code > ap> TYIA -- Best regards, Sammailto

Re: System call and release

2004-03-03 Thread $Bill Luebkert
alex p wrote: > Hello all, > > I have the following code. It makes a system call to an application. My > problem: the script remains active until the application is closed. Is > their a way to call the application via the script and release it (meaning, > not have the script wait for the a

System call and release

2004-03-03 Thread alex p
Hello all, I have the following code. It makes a system call to an application. My problem: the script remains active until the application is closed. Is their a way to call the application via the script and release it (meaning, not have the script wait for the application to close before