Batch file?

Argon

Baseband Member
Messages
55
Hello. I'm not sure where this thread should go, but I figured since a batch file might be involved I'll put it here.

I was wondering if anyone knew how to display running processes and pids in a command prompt on windows xp? Is there a command for this, or does it indeed require a batch file? If so, any idea how I could write one, or where I could dl one?
Thanks.
 
use the command "tasklist"

there is also a command taskkill that will let you end processes based on their PID
 
Back
Top Bottom