List processes with their launching command line

Posted by rkolm_kds on Server Fault See other posts from Server Fault or by rkolm_kds
Published on 2012-09-03T11:02:04Z Indexed on 2012/09/03 21:39 UTC
Read the original article Hit count: 150

I'm looking for a Windows feature or third-party tool that can produce a list of active processes (as in the task manager) with the command line used to start each process.

e.g. if I launch "php.exe -q script.php" in a command line, during the execution of my process, I'd like to see this command in the list and not only "php.exe"

Tasklist, process explorer, taskinfo... can't give this information and/or make it available in a text format. Do you know if such tools/features exist?

Thanks

© Server Fault or respective owner

Related posts about windows-server-2003

Related posts about command-line