<?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: Copy a Folder Structure without Actually Copying the Contained Files in a Folder</title>
	<atom:link href="http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/</link>
	<description>Your Source for Technology News and Articles</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: JaMeS</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-821</link>
		<dc:creator>JaMeS</dc:creator>
		<pubDate>Thu, 23 Dec 2010 05:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-821</guid>
		<description>Awesome software. thank you</description>
		<content:encoded><![CDATA[<p>Awesome software. thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoli</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-626</link>
		<dc:creator>Stoli</dc:creator>
		<pubDate>Sat, 15 May 2010 11:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-626</guid>
		<description>Redeemer you&#039;re a muppet. 

Otherwise, I use this for GIS data processing. Having folder structure standardisation from job to job means data files don&#039;t go missing or get written over. 

Also, when doing a clean install, it&#039;s a quick way of recording all the programs I need to re-install so I don&#039;t forget any.</description>
		<content:encoded><![CDATA[<p>Redeemer you&#8217;re a muppet. </p>
<p>Otherwise, I use this for GIS data processing. Having folder structure standardisation from job to job means data files don&#8217;t go missing or get written over. </p>
<p>Also, when doing a clean install, it&#8217;s a quick way of recording all the programs I need to re-install so I don&#8217;t forget any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redeemer</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-621</link>
		<dc:creator>Redeemer</dc:creator>
		<pubDate>Mon, 05 Apr 2010 21:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-621</guid>
		<description>Two years and your first paragraph still says &quot;fodders&quot; instead of folders. Congatulations.</description>
		<content:encoded><![CDATA[<p>Two years and your first paragraph still says &#8220;fodders&#8221; instead of folders. Congatulations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Slater</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-614</link>
		<dc:creator>Keith Slater</dc:creator>
		<pubDate>Sun, 07 Mar 2010 07:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-614</guid>
		<description>xcopy is included with windows
use :
xcopy   /T /E

manual :
http://ss64.com/nt/xcopy.html</description>
		<content:encoded><![CDATA[<p>xcopy is included with windows<br />
use :<br />
xcopy   /T /E</p>
<p>manual :<br />
<a href="http://ss64.com/nt/xcopy.html" rel="nofollow">http://ss64.com/nt/xcopy.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarav</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-588</link>
		<dc:creator>Sarav</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-588</guid>
		<description>Hi,
    i&#039;ve used the xcopy command to copy the files. here my requirement like below mentioned,

&quot;C:\data1\build\E12\test.java&quot;

if &#039;m gng to copy test.java i need to copy entire folder structure of that file kindly help me out.

In my case n no.of subfolders and files are using for the build.

Is there any third party s/w or DOS command.

Regards,
Sarav.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    i&#8217;ve used the xcopy command to copy the files. here my requirement like below mentioned,</p>
<p>&#8220;C:\data1\build\E12\test.java&#8221;</p>
<p>if &#8216;m gng to copy test.java i need to copy entire folder structure of that file kindly help me out.</p>
<p>In my case n no.of subfolders and files are using for the build.</p>
<p>Is there any third party s/w or DOS command.</p>
<p>Regards,<br />
Sarav.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M. Hutsell</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-583</link>
		<dc:creator>M. Hutsell</dc:creator>
		<pubDate>Sat, 26 Sep 2009 02:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-583</guid>
		<description>Does the link (at the top of this page, the one in the word &quot;here&quot;) to the web site offering the utility for download -- connect to a site appearing to be designed to distribute malware/viruses, etc. to any visitor?</description>
		<content:encoded><![CDATA[<p>Does the link (at the top of this page, the one in the word &#8220;here&#8221;) to the web site offering the utility for download &#8212; connect to a site appearing to be designed to distribute malware/viruses, etc. to any visitor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-566</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-566</guid>
		<description>Hi i have one trouble, that is i create a plain folder in my c drive and i want to copy it and paste in my word processing. Can someone tell me how to do it in step by step procedures.Tnx kind regards.</description>
		<content:encoded><![CDATA[<p>Hi i have one trouble, that is i create a plain folder in my c drive and i want to copy it and paste in my word processing. Can someone tell me how to do it in step by step procedures.Tnx kind regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-531</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 06 Mar 2009 09:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-531</guid>
		<description>No need to install new software.
Open a command prompt windows in the directory just above the one you want to copy.

xcopy .\sourcedirectory c:\destinationdirectory /T /E

That&#039;s all.</description>
		<content:encoded><![CDATA[<p>No need to install new software.<br />
Open a command prompt windows in the directory just above the one you want to copy.</p>
<p>xcopy .\sourcedirectory c:\destinationdirectory /T /E</p>
<p>That&#8217;s all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Morris</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-505</link>
		<dc:creator>David Morris</dc:creator>
		<pubDate>Sun, 11 Jan 2009 11:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-505</guid>
		<description>Congratulations, your page came up top on Google.  Copying the folder tree is like copying a set-up filing cabinet with all the paper folders in place.  For example, I study historic buildings and have hundreds of photograph folders in an organised tree.  I can now copy this tree to create a parallel one for historic documents and my own text.  I can also copy the tree to other people to allow their work to be structured similar to mine.
Sincerely,
David Morris</description>
		<content:encoded><![CDATA[<p>Congratulations, your page came up top on Google.  Copying the folder tree is like copying a set-up filing cabinet with all the paper folders in place.  For example, I study historic buildings and have hundreds of photograph folders in an organised tree.  I can now copy this tree to create a parallel one for historic documents and my own text.  I can also copy the tree to other people to allow their work to be structured similar to mine.<br />
Sincerely,<br />
David Morris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ninbroken52</title>
		<link>http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-446</link>
		<dc:creator>ninbroken52</dc:creator>
		<pubDate>Tue, 13 May 2008 12:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredgeek.com/2008/02/27/copy-a-folder-structure-without-actually-copying-the-contained-files-in-a-folder/#comment-446</guid>
		<description>I have a 600 folder structure for projects (not including individual work packages) that this would have been ideal for when I decided to turn it into a template.</description>
		<content:encoded><![CDATA[<p>I have a 600 folder structure for projects (not including individual work packages) that this would have been ideal for when I decided to turn it into a template.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached (Feed is rejected)
Page Caching using memcached
Object Caching 704/708 objects using memcached
Content Delivery Network via cdn.inspiredgeek.com

Served from: www.inspiredgeek.com @ 2012-02-11 01:41:45 -->
