<?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>robocopy &#8211; Sandy Scott&#039;s Web Spot</title>
	<atom:link href="https://www.sandyscott.net/tag/robocopy/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sandyscott.net</link>
	<description>My little corner of the web</description>
	<lastBuildDate>Thu, 14 May 2020 07:30:45 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Copy Folders without Files</title>
		<link>https://www.sandyscott.net/2017/10/copy-folders-without-files/</link>
					<comments>https://www.sandyscott.net/2017/10/copy-folders-without-files/#respond</comments>
		
		<dc:creator><![CDATA[Sandy]]></dc:creator>
		<pubDate>Fri, 13 Oct 2017 19:06:26 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">https://www.sandyscott.net/?p=238</guid>

					<description><![CDATA[If you want to copy a complete folder structure, but not the files contained in it, use robocopy from the command line: robocopy "A:\Source folder" "B:\Destination folder" /e /xf * This is lifted straight from https://superuser.com/a/873585/178934, I&#8217;m just putting it here for my quick reference.<p> <a class="continue-reading-link" href="https://www.sandyscott.net/2017/10/copy-folders-without-files/"><span>Continue reading</span><i class="crycon-right-dir"></i></a> </p>]]></description>
										<content:encoded><![CDATA[<p>If you want to copy a complete folder structure, but not the files contained in it, use robocopy from the command line:</p>
<p><code>robocopy "A:\Source folder" "B:\Destination folder" /e /xf *</code></p>
<p>This is lifted straight from <a href="https://superuser.com/a/873585/178934">https://superuser.com/a/873585/178934</a>, I&#8217;m just putting it here for my quick reference.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sandyscott.net/2017/10/copy-folders-without-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
