• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Killing Process - W2K task Manger thorugh dos

Vegito

Diamond Member
is there a way to kill an process through dos for w2k ... want to write a batch file to kill certain task and restart it.. like how w2k has the net start / stop option for services.. thanks or like unix's kill function

 
I believe the Resource Kit has utils tlist and kill to list and kill processes, pslist and pskill also ring a bell but I'm not sure where from.
 
First of all W2K doesn't really have DOS, it's the command prompt which is a DOS emulator. This is not true DOS.

To answer you question you can use kill.exe from the Resource Kit.
 
If you don't want to type out command prompt, try cli and cmd, both are more accurate than dos.

Also, using kill/pskill can be very dangerous. You can kill processes task manager won't let you (gotta love MS putting false security into the GUI) like services.exe and such, but you won't like the results.
 
Back
Top