$pid() and $process() identifiers to check whether a program is running or not,
mostly to be used by bots, saying a service is up or down.

example:
$pid(400) returns $true or $false wether a process with id 400 exists
$process(notepad.exe) returns $true or $false wether a process with name notepad.exe exists.


Last edited by Horstefan; 26/10/08 05:24 PM.