Hi ppl
I am trying to do a identifier that will check if a process is running.
I have already search on forum but i only have found a code that displays all process running,
this one. But i need something that will look directly if the process is running.
Something like:
if the identifier retrieves 0 the process is not running
if the identifier retrieves 1 the process is running
Thanks for all...