Hi, I was wondering if there was a way to collect a programs process id with php after it has been started.
I am currently remotely connecting to a server from my webserver and passing commands to it though udp connections. the problem is, when i try to create programs on a windows box, there is no way for me to find it and kill it(since there are multiple programs on the same exe name "hl.exe"). With linux this wasnt a problem since i was able to use sceens. Is there some other way i can do this? kill a program from its directory '/game/hl.exe' or '/game2/hl.exe'. Thanks for the help.
bob