<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FOX21.at v.2.0 &#187; killall</title>
	<atom:link href="http://fox21.at/tag/killall/feed" rel="self" type="application/rss+xml" />
	<link>http://fox21.at</link>
	<description>Just another Perl hacker.</description>
	<lastBuildDate>Fri, 27 Aug 2010 11:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Killall 1.0.0</title>
		<link>http://fox21.at/killall-100.html</link>
		<comments>http://fox21.at/killall-100.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:53:11 +0000</pubDate>
		<dc:creator>TheFox</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[killall]]></category>
		<category><![CDATA[Prozess]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://fox21.at/?p=1188</guid>
		<description><![CDATA[Unter Linux gibt es das praktische Tool namens killall. Dieses Programm killt alle Programme, die im Uebergabeparameter mit gegeben werden. Ich hab&#8217; dieses Programm fuer Windows mit C++ nachgebaut. killall muss im CMD (Start-&#62;Ausfuehren-&#62;&#8221;cmd&#8221;) ausgefuehrt werden. Es hat keine grafische Benutzeroberflaeche. Will man es an jedem Ort im CMD Fenster ausfuehren, kopiert man sich killall.exe [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ffox21.at%2Fkillall-100.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ffox21.at%2Fkillall-100.html&amp;source=TheFox21&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Unter Linux gibt es das praktische Tool namens <strong>killall</strong>. Dieses Programm killt alle Programme, die im Uebergabeparameter mit gegeben werden. Ich hab&#8217; dieses Programm fuer Windows mit C++ nachgebaut.</p>
<p><span id="more-1188"></span></p>
<p>killall muss im CMD (Start-&gt;Ausfuehren-&gt;&#8221;cmd&#8221;) ausgefuehrt werden. Es hat keine grafische Benutzeroberflaeche. Will man es an jedem Ort im CMD Fenster ausfuehren, kopiert man sich <strong>killall.exe</strong> am besten nach <strong>C:\Windows\System32</strong>. Es funktioniert nachtuerlich auch, wenn in der Umgebungsvariable <strong>%PATH%</strong> der Pfad zum Installationsordner eingetragen ist. Im ZIP-File existiert sowohl der <a target="_blank" href="http://software.fox21.at/" target="_blank">Source Code</a>, als auch ein vorkompiliertes EXE-File.</p>
<h2><strong>Beispiele fuer die Verwendung</strong></h2>
<pre>killall.exe calc.exe</pre>
<pre>killall.exe notepad.exe calc.exe</pre>
<h2><strong>Info zur Kompilierung</strong></h2>
<ul>
<li>OS: Windows Vista Home Premium</li>
<li>IDE: <a target="_blank" href="http://www.bloodshed.net/dev/devcpp.html" target="_blank">Dev-C++</a> 4.9.9.2<a target="_blank" href="http://www.bloodshed.net/dev/devcpp.html" target="_blank"><br />
</a></li>
<li>Compiler: <a target="_blank" href="http://www.mingw.org/" target="_blank">MinGW</a> (<a target="_blank" href="http://gcc.gnu.org/" target="_blank">GCC</a> 3.4.2)</li>
<li>Lizenz: <a target="_blank" href="http://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GNU GPL v3</a></li>
</ul>
<h2><strong>Download</strong></h2>
<ul>
<li><a target="_blank" href="http://software.fox21.at/killall/releases/killall-1.0.0-win32.zip" target="_blank">killall-1.0.0-win32.zip</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fox21.at/killall-100.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
