How can I execute a long running exe with php without holding up the execution of the remaining lines of php script (it stops till the exe is done). I basically need something like the Windows API Shell command. Is this possible?