Browser loads forever when using exec to call an excutable program on Win2K
From: rtv_73 (rtorrijos_at_yahoo.com)
Date: 11/28/03
- Next message: Cf High: "IE6 Session Problem"
- Previous message: Greg Beaver: "Re: "Bless"ing an object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Nov 2003 13:15:40 -0800
I have been trying to start and application (process) in the
background without having to wait for it to finish.
I have tried a lot of combinations and for what I read in this message
group the best why to do it is:
exec("CMD /C START calc.exe >NUL");
The problem is that when this gets executed, the browser just starts
loading forever and never continues to the next line. Same thing
happens without >NUL.
System Info:
Windows 2000 Professional
PHP 3.3.4 running as Apache mod (and tried with 3.3.3 too)
Apache 1.3
Thanks
- Next message: Cf High: "IE6 Session Problem"
- Previous message: Greg Beaver: "Re: "Bless"ing an object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|