How to start a background process in windows using PHP?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-03-12T15:08:14Z
Indexed on
2010/03/12
15:27 UTC
Read the original article
Hit count: 304
This is the solution for linux:
http://stackoverflow.com/questions/45953/php-execute-a-background-process/45966#45966
Is there one for windows?
Maybe this?
start "window1" /min cmd.exe /c batch1.cmd
But I don't know what it does exactly:(
© Stack Overflow or respective owner