Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Stopping Processes in DOS
Name: Edyardo Date: February 10, 2000 at 12:44:23 Pacific
Comment:
How can I kill or stop a process in NT 4.0 from the command line?
Name: JR Date: February 10, 2000 at 13:33:53 Pacific
Reply:
Stopping processes in win NT, I don't know. But for DOS: it is not multitasking.
0
Response Number 2
Name: Kazzy Date: February 10, 2000 at 14:00:27 Pacific
Reply:
As long as you realize you're not in dos, but a command prompt. NT Resource Kit utilities should do the trick. Kill.exe will kill a process by name. TList.exe will list all active processes. This is a useful utility if used with the FOR command (for more information, type FOR /? at the NT 4.0 command prompt) to list active processes and kill the process in question only if present. - guy.crumpley@cmsis.com
Summary: Hi Could anyone tell me if there exists a command in DOS which I can use to stop an executable which I have started running. I need this alternative to Ctrl+C as I need to stop the process from withi...
Summary: I successfully run industry-specific dos program full-screen in WinMe, but in XP program works fine in dos window. In full-screen, the program stops responding to keystrokes after the first few. Help...