<?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>Chinto&#039;s blog &#187; windows</title>
	<atom:link href="http://blog.chintoju.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chintoju.com</link>
	<description>Can you get something out of nothing...</description>
	<lastBuildDate>Mon, 23 Aug 2010 02:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Recursively Delete files within all sub directories in DOS</title>
		<link>http://blog.chintoju.com/2008/06/recursively-delete-files-within-all-sub-directories-in-dos.html</link>
		<comments>http://blog.chintoju.com/2008/06/recursively-delete-files-within-all-sub-directories-in-dos.html#comments</comments>
		<pubDate>Fri, 13 Jun 2008 02:36:00 +0000</pubDate>
		<dc:creator>Kishore</dc:creator>
				<category><![CDATA[dos]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[quickfix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.chintoju.com/?p=17</guid>
		<description><![CDATA[Ever wondered how to delete files matching a certain patten from within all sub-directories in DOS (aka Windows). Simple At your command prompt type simply DEL /S *.exteg:To delete all .bak files within D:WorkspaceD:workspace>dels *.bak But be careful.. there is no confirmation dialog.]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to delete files matching a certain patten from within all sub-directories in DOS (aka Windows).</p>
<p>Simple</p>
<p>At your command prompt type simply DEL /S  *.ext<br />eg:<br />To delete all .bak files within D:Workspace<br /><code><br />D:workspace>dels *.bak<br /></code></p>
<p>But be careful.. there is no confirmation dialog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chintoju.com/2008/06/recursively-delete-files-within-all-sub-directories-in-dos.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
