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
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
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