<?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: XCOPY command : Using the /EXCLUDE flag</title>
	<atom:link href="http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 03:12:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kledi</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-12627</link>
		<dc:creator>kledi</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:11:38 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12627</guid>
		<description>Thank a lot&lt;br&gt;&lt;br&gt;Its very clear</description>
		<content:encoded><![CDATA[<p>Thank a lot</p>
<p>Its very clear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-12324</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 10 Jun 2009 08:09:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12324</guid>
		<description>You need to convert the path to short (i.e. DOS 8.3) format. then it will work OK.&lt;br&gt;&lt;br&gt;e.g. &quot;My Documents&quot; becomes MYDOCU~1</description>
		<content:encoded><![CDATA[<p>You need to convert the path to short (i.e. DOS 8.3) format. then it will work OK.</p>
<p>e.g. &#8220;My Documents&#8221; becomes MYDOCU~1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnG</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-12055</link>
		<dc:creator>JohnG</dc:creator>
		<pubDate>Wed, 03 Jun 2009 12:05:19 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12055</guid>
		<description>Any clue how to exclude a folder from being copied?  Say for instance I have folder &quot;X&quot; on my desktop, but don&#039;t want it or its contents copied when I run my batch backup that copies everything else on my desktop.  Can&#039;t seem to find anything regarding this.</description>
		<content:encoded><![CDATA[<p>Any clue how to exclude a folder from being copied?  Say for instance I have folder &#8220;X&#8221; on my desktop, but don&#39;t want it or its contents copied when I run my batch backup that copies everything else on my desktop.  Can&#39;t seem to find anything regarding this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadee al-aqhash</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-10280</link>
		<dc:creator>shadee al-aqhash</dc:creator>
		<pubDate>Sun, 12 Apr 2009 15:28:56 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10280</guid>
		<description>i dont know how to do this</description>
		<content:encoded><![CDATA[<p>i dont know how to do this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DizzyGoldfish</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-9674</link>
		<dc:creator>DizzyGoldfish</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:59:14 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9674</guid>
		<description>Too bad I tried excluding each file extension within the command before reading your post :-)&lt;br&gt;&lt;br&gt;Thanks for the help!</description>
		<content:encoded><![CDATA[<p>Too bad I tried excluding each file extension within the command before reading your post :-)</p>
<p>Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Webb</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-7120</link>
		<dc:creator>Joe Webb</dc:creator>
		<pubDate>Thu, 08 Jan 2009 12:14:26 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7120</guid>
		<description>Just guessing here but if you can&#039;t quote the file path, i.e., &quot;My Documents&quot;, then you should at least be able to use the 8dot3 equivalent.  (MYDOCU~1).</description>
		<content:encoded><![CDATA[<p>Just guessing here but if you can&#39;t quote the file path, i.e., &#8220;My Documents&#8221;, then you should at least be able to use the 8dot3 equivalent.  (MYDOCU~1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 13eastie</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-6665</link>
		<dc:creator>13eastie</dc:creator>
		<pubDate>Wed, 31 Dec 2008 10:41:42 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-6665</guid>
		<description>Okay, but how do you go about using a an exclude file whose absolute path contains spaces e.g. one that is located in the &quot;My Documents&quot; tree?</description>
		<content:encoded><![CDATA[<p>Okay, but how do you go about using a an exclude file whose absolute path contains spaces e.g. one that is located in the &#8220;My Documents&#8221; tree?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/comment-page-1/#comment-5457</link>
		<dc:creator>Mustafa</dc:creator>
		<pubDate>Mon, 24 Nov 2008 16:21:23 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5457</guid>
		<description>very nice, I didn&#039;t try it yet, but I&#039;m sure in I will in future . .</description>
		<content:encoded><![CDATA[<p>very nice, I didn&#39;t try it yet, but I&#39;m sure in I will in future . .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
