How to check if a process is running via a batch script

How can I check if an application is running from a batch (well cmd) file?

I need to not launch another instance if a program is already running. (I can’t change the app to make it single instance only.)

Also the application could be running as any user.

19 Answers
19

Leave a Comment