Tasklist versus Tlist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone recommend a way to find the full command line string for a running
process? Using tlist, this used to be easy to obtain. Run 'tlist %pid%',
and the path, executable and any arguments were in the output. Tasklist does
not seem to offer the same functionality.

Thanks,
Stonecutter908
 
Hi Stonecutter908,

You may use the WMIC tool (in XP Professional)

See:

List all processes and their Command-line parameters:
http://windowsxp.mvps.org/listproc.htm

Sysinternals Freeware - Process Explorer:
http://www.sysinternals.com/Utilities/ProcessExplorer.html

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Can anyone recommend a way to find the full command line string for a
running
process? Using tlist, this used to be easy to obtain. Run 'tlist %pid%',
and the path, executable and any arguments were in the output. Tasklist
does
not seem to offer the same functionality.

Thanks,
Stonecutter908
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top