Hi
am using an exe with my php application .
I run it by
shell_exec(path)
now the problem is that, when the procedure is run again, multiple instances of the exe generate there.
I want to check if such an exe is running already on the system or not.
I also want to stop it when its job is finished.
I dont know how to check for a running program on the local machine and to stop it. (Using PHP)
If any buddy can help me out? i am in urgent need for this.
Thanks a lot in advance.!!