I use exec to start a job on WINDOWS
exec("mycmd.exe $path /lang Eng /out $path /quit");
exist a way to just starting process without page hang up for waiting end? sometimes process take about 2 hours to end...
I use exec to start a job on WINDOWS
exec("mycmd.exe $path /lang Eng /out $path /quit");
exist a way to just starting process without page hang up for waiting end? sometimes process take about 2 hours to end...