Is there a way to determine if a certain executable is currently running via agent procedures?
The way that I would do it is to pipe out "tasklist" to at text file then load that into a variable then have the procedure looke for the *whatever*.exe
It may not be the nicest way but it is one way of doing it.
Cant you just do,
If application x is running then, else, .
This is built into kaseya.
This is true... :P totally forgot about that...
Thanks!