Valerie Posted March 1, 2009 Posted March 1, 2009 (edited) Win XP Home SP.3Is there any way of associating an Application with a Process in Windows Task Manager? I want to be able to check for a running batch script but Tasklist and a third-party utility (PV.exe) only list processes and the Process entry for my batch script is CMD.EXE (see attachments) so the Application and Process entries are different and if two batch scripts are running both entries in the Process list are CMD.EXEThanks Edited March 1, 2009 by Valerie
Tripredacus Posted March 4, 2009 Posted March 4, 2009 You could make a copy of cmd.exe and rename it something else. That way your two batch files will use different process names.EDIT: actually, you may wish to script your batch files with another program, such as AUTOIT or KIXSTART which will not use CMD.EXE as their process.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now