Run background process from PHP on Windows with window
Hi all!
Windows XP, Apache 2.2, PHP 5.2.5 as apache module (php5apache2_2.dll)
I need to run background process and see output but for current moment
all methods runs it as process not as application (visible in task
manager but no window attached). I tried exec, ``, popen(), with and
without start and psexec.
Is here any way to run it as separate process, without waiting (psexec
-d) and with visible window? Small example running 'cmd' in separate
window will be great.
Thanks!
|