<?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"
	>
<channel>
	<title>Comments on: Blegging for an Old-School DOS command</title>
	<atom:link href="http://blogs.codegear.com/nickhodges/2007/09/01/38627/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.codegear.com/nickhodges/2007/09/01/38627</link>
	<description>The Blog of the Delphi Product Manager</description>
	<pubDate>Tue, 02 Dec 2008 14:04:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Keld Hansen</title>
		<link>http://blogs.codegear.com/nickhodges/2007/09/01/38627#comment-1619</link>
		<dc:creator>Keld Hansen</dc:creator>
		<pubDate>Sat, 01 Sep 2007 11:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2007/09/01/38548/#comment-1619</guid>
		<description>Or even easier - if you run 4NT as command processor - :&lt;br&gt;&lt;br&gt;for /a:d /h %x in (&#60;mask&#62;) do &#60;command&#62;</description>
		<content:encoded><![CDATA[<p>Or even easier - if you run 4NT as command processor - :</p>
<p>for /a:d /h %x in (&lt;mask&gt;) do &lt;command&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hodges</title>
		<link>http://blogs.codegear.com/nickhodges/2007/09/01/38627#comment-1618</link>
		<dc:creator>Nick Hodges</dc:creator>
		<pubDate>Sat, 01 Sep 2007 10:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2007/09/01/38548/#comment-1618</guid>
		<description>Yes!  That worked!  Thanks, Sebasitan!&lt;br&gt;&lt;br&gt;Nick</description>
		<content:encoded><![CDATA[<p>Yes!  That worked!  Thanks, Sebasitan!</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Zierer</title>
		<link>http://blogs.codegear.com/nickhodges/2007/09/01/38627#comment-1617</link>
		<dc:creator>Sebastian Zierer</dc:creator>
		<pubDate>Sat, 01 Sep 2007 10:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/nickhodges/2007/09/01/38548/#comment-1617</guid>
		<description>How about:&lt;br&gt;&lt;br&gt;for /F &#34;usebackq&#34; %%i IN (`dir /b /a:hd &#34;%ALLUSERSPROFILE%\Application Data\{*&#34;`) DO @rd /s /q &#34;%ALLUSERSPROFILE%\Application Data\%%i&#34;</description>
		<content:encoded><![CDATA[<p>How about:</p>
<p>for /F &quot;usebackq&quot; %%i IN (`dir /b /a:hd &quot;%ALLUSERSPROFILE%\Application Data\{*&quot;`) DO @rd /s /q &quot;%ALLUSERSPROFILE%\Application Data\%%i&quot;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
