Hi, I am trying to run windows/dos exe files from php. But I don't want php to wait for them to finish. I want these exe files to be folked.
It's easy on linux because I can add & at end of the command line. But how to do it on windows?
thankyou
I haven't used this before but you could try checking this out: http://www.php.net/manual/en/function.pcntl-fork.php