Open GoogleCodeExporter opened 9 years ago
It is possible to close external processes currently, but only with some
additional .bat script and WMI queries. This has been explained here:
https://groups.google.com/d/msg/phpdesktop/PLC0dMz0Pp8/6kCC_VNTP_wJ
Such .bat script would check whether phpdesktop.exe process still runs and when
it's not running anymore it could end external processes launched by php's
system() command. It's a bit complicated, but feasible. Your app's processes
names shold be unique to make it reliable.
Original comment by czarek.t...@gmail.com
on 7 Mar 2015 at 8:43
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 7 Mar 2015 at 8:34