Re: Run background process from PHP on Windows with window
Alexey Kulentsov пишет:
> 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
This solution works only when running script from command line. When
trying to run script from apache you will not see any window.
|