finding a porcess ID from the command line

G

Guest

Hello:

In UNIX/LINUX, one can detemine the process IDs from the command line. Is
there a tool (perhapse a freeware tool) or a command that can be used
similarly in the DOS shell (command window)?

Thanks,
M.
 
D

Detlev Dreyer

Ron said:
In UNIX/LINUX, one can detemine the process IDs from the command line.
Is there a tool (perhapse a freeware tool) or a command that can be
used similarly in the DOS shell (command window)?

Use "Tasklist.exe" if running WinXP Pro. Run "Tasklist.exe /?" for help.
 
G

Guest

Hi Again:
Would you happen to know how to do the following in the PC/XP aommand line:
1- kill a process shown by the tasklist (similar to kill command in unix)?
2- How to run a process in the background?

Many thanks for you help!

Ron.
 
D

Detlev Dreyer

Ron said:
Would you happen to know how to do the following in the PC/XP aommand
line: 1- kill a process shown by the tasklist (similar to kill command
in unix)?

Well, when there is WinXP Pro installed, you also have the command line
tool "Taskkill.exe". Type "Taskkill /?" for help.
2- How to run a process in the background?

Are you talking about priorities? Type "Start /?" at the prompt.
 
G

Guest

Thank you...that works...

Detlev Dreyer said:
Well, when there is WinXP Pro installed, you also have the command line
tool "Taskkill.exe". Type "Taskkill /?" for help.


Are you talking about priorities? Type "Start /?" at the prompt.
 

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

Top