I am trying to figure out how to check to see if an application is running. I have a system where a file watch program has to run all the time, and users tend to close it by accident frequently. What i've been wanting to do is created a script that I can schedule to check to see if the app is running, and if not, start it up. I got the start up working fine but I can't find anything to check to see if it's running. Any help would be appreciated.