srinivas
12th June 2003, 15:07
Similar to ps command in unix, is there any command in Windows NT which will list out the process id of current applications? I should be able to run the command from DOS prompt so that I can take the output in a file.

I can see from task manager but how can take them to a file so that I can code further on the PID numbers?

Regards,

Wim Kerkhoff
12th June 2003, 15:35
SysInternals.com has some several handy tools for this:

http://www.sysinternals.com/ntw2k/freeware/pstools.shtml

srinivas
13th June 2003, 08:44
Thanks a lot Wim.
That solved my problem.

Many thanks again for introducing this site.

:)

Han Brinkman
13th June 2003, 13:39
With licmon you can see the PID's in NT.

suhas-mahajan
13th June 2003, 14:36
Thanks Wim, really this is useful utilities, same I was searching:

http://www.baanboard.com/baanboard/showthread.php?s=&threadid=10024

-Suhas

Wim Kerkhoff
13th June 2003, 14:41
No worries... glad I could help!

jpvdgiessen
12th September 2003, 20:47
An other site with '*nix" tools for dos command line ishttp://phoenix.liunet.edu/~mdevi/util/page1.htm

Wim Kerkhoff
13th September 2003, 12:19
If you want UNIX tools for Win32, you should really give Cygwin (http://www.cygwin.com) a try.