Re: Run background process from PHP on Windows with window
Hendri Kurniawan пишет:
> Go to PHP manual for exec... There is a comment there saying something
> about creating a COM object.
Thanks! $WshShell->Run($cmdLine, 1, false); works o.k. for me
|