I need to check the state of a processes from within a PHP script on a
Windows machine. All I need to know is whether or not the process
exists (i.e., is running). Anyone have any ideas?
I searched the archives and found proc_open(), but if it can do what
I'm trying to do, I can't figure out how.
Windows machine. All I need to know is whether or not the process
exists (i.e., is running). Anyone have any ideas?
I searched the archives and found proc_open(), but if it can do what
I'm trying to do, I can't figure out how.
Comment