<?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 batch: delete all empty files in a specified folder</title>
	<atom:link href="http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/</link>
	<description>Yet Another Tech Blog</description>
	<lastBuildDate>Wed, 18 Jan 2012 09:36:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Damian</title>
		<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/comment-page-1/#comment-15028</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 18 Jan 2012 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=50#comment-15028</guid>
		<description>Thanks for that Jakub, it worked a treat.</description>
		<content:encoded><![CDATA[<p>Thanks for that Jakub, it worked a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EranS</title>
		<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/comment-page-1/#comment-9911</link>
		<dc:creator>EranS</dc:creator>
		<pubDate>Mon, 18 Jul 2011 10:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=50#comment-9911</guid>
		<description>You can use the &#039;dir /A-D&#039; in order to not show directories in the search and so you get something simple as that:

for /F &quot;delims=&quot; %i in (&#039;dir /B /A-D&#039;) do if %~zi equ 0 del %i</description>
		<content:encoded><![CDATA[<p>You can use the &#8216;dir /A-D&#8217; in order to not show directories in the search and so you get something simple as that:</p>
<p>for /F &#8220;delims=&#8221; %i in (&#8216;dir /B /A-D&#8217;) do if %~zi equ 0 del %i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://anderwald.info/scripting/windows-batch-delete-all-empty-files-in-a-specified-folder/comment-page-1/#comment-4539</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://anderwald.info/?p=50#comment-4539</guid>
		<description>Hey Jakub,

Thanks very much for this, it was a massive help!</description>
		<content:encoded><![CDATA[<p>Hey Jakub,</p>
<p>Thanks very much for this, it was a massive help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

