Hi all.
I have major problems running external commands/programs from within PHP.
passthru(), exec() etc hangs and never seem to return.
The called app is launched somewhere in the background no matter what type of command I use.
I have to kill the app manually in order for the PHP script so continue....
popen() returns ok, I get a handle (or file descriptor..) but the same story/problem here.
The app. just gets running in the background.
Is these functions supposed to work in a Windows environment at all?
What I actually try to do is to run "regedit /s <regfile.reg>".
It doesn't really matter what application I call though - everyone fails...
Please help me someone
Regards
/Bjarne