Task Kill
Moderator: DosItHelp
-
- Posts: 23
- Joined: 02 Jan 2010 20:54
Task Kill
Anyone know how to kill all running task/programs in a batch?
sweener wrote:You would have to use TSKILL if using a home version of Windows XP... or in Windows Server 2000 at least that's been my experience
Oh, I do not think that there are different operating systems.
Here for this killer promised support NT4, 2000, XP, 2003, Vista
That is a really cool resource! But all I was saying is that in an effort to kill some hanging background processes on a server at work, I came across TASKKILL but it was useless to me because it was not a recognized command on Windows Server 2000. Same thing with my home edition XP. But TSKILL worked... there are variances here and there. In order to find PIDs associated with running programs I would use on the windows Server OS and on my home machine to get a similar output.
So, The Great One, you have varied resources at your fingertips.
Code: Select all
query process *
Code: Select all
qprocess
So, The Great One, you have varied resources at your fingertips.