Archive: How to check Is process running


How to check Is process running
Hi All

How i can check whether a particular process is running or not through the script.

Thanks in advance


I got the answer
Processes::FindProcess "process_name"

$R0 contains return value
1 - Process is there
0 - Process is not there