<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Windows hidden &#8220;taskkill&#8221;-er</title>
	<atom:link href="http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/</link>
	<description>Design &#124; Develope &#124; Deploy</description>
	<lastBuildDate>Sat, 18 Jul 2009 01:26:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta2</generator>
	<item>
		<title>By: Gaiavos</title>
		<link>http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/comment-page-1/#comment-203</link>
		<dc:creator>Gaiavos</dc:creator>
		<pubDate>Wed, 22 Mar 2006 22:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://eric-taylor.com/2006/03/21/windows-hidden-taskkill-er/#comment-203</guid>
		<description>Wow, that&#039;s pretty cool, thanks for the info.</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s pretty cool, thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/comment-page-1/#comment-202</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 21 Mar 2006 15:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://eric-taylor.com/2006/03/21/windows-hidden-taskkill-er/#comment-202</guid>
		<description>well, in order to do serveral tasks at a time you just add them to the list, so

&lt;code&gt;@echo off
taskkill/im TASK1.exe /f
taskkill/im TASK2.exe /f
taskkill/im TASK3.exe /f &lt;/code&gt;

And so forth, I would think in a case like yours though that it would end all tasks with the same name.</description>
		<content:encoded><![CDATA[<p>well, in order to do serveral tasks at a time you just add them to the list, so</p>
<p><code>@echo off<br />
taskkill/im TASK1.exe /f<br />
taskkill/im TASK2.exe /f<br />
taskkill/im TASK3.exe /f </code></p>
<p>And so forth, I would think in a case like yours though that it would end all tasks with the same name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arseniy</title>
		<link>http://eric-taylor.com/2006/03/windows-hidden-taskkill-er/comment-page-1/#comment-199</link>
		<dc:creator>Arseniy</dc:creator>
		<pubDate>Tue, 21 Mar 2006 08:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://eric-taylor.com/2006/03/21/windows-hidden-taskkill-er/#comment-199</guid>
		<description>Thanks!

that is very helpful, but what about case, when there are several tasks with same name, like svchost.exe?
Should this just be iterated a number of times?</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>that is very helpful, but what about case, when there are several tasks with same name, like svchost.exe?<br />
Should this just be iterated a number of times?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
