<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on:  How to copy folders. Am I really this stupid?</title>
	<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid/</link>
	<description>Comments on Ask MetaFilter post How to copy folders. Am I really this stupid?</description>
	<pubDate>Sat, 01 Apr 2006 13:56:05 -0800</pubDate>
	<lastBuildDate>Sat, 01 Apr 2006 13:56:05 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question:  How to copy folders. Am I really this stupid?</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid</link>	
		<description>I need to move many files in different subfolders to one folder, thousands of images to be precise.  &lt;br /&gt;&lt;br /&gt; The files are in dozens of folders like this:&lt;br&gt;
&lt;br&gt;
C:\pictures\010106\DCIM\101\image0001.jpg&lt;br&gt;
C:\pictures\020106\DCIM\101\image0028.jpg&lt;br&gt;
&lt;br&gt;
etc... so one folder for each day as it were. No file has the same name. What&apos;s the easy way to copy all the files from their respective subfolder to a single new folder on another disk? I would prefer to do this in DOS to avoid having to manually copy the files from each folder. This should be an easy task, but I really can&apos;t figure out how to do this. I searched AskMe and googled but I found nothing for Win XP.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.35520</guid>
		<pubDate>Sat, 01 Apr 2006 13:30:35 -0800</pubDate>
		<dc:creator>fondle</dc:creator>
		
			<category>windows</category>
		
			<category>xp</category>
		
			<category>folders</category>
		
	</item> <item>
		<title>By: pooya</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid#552785</link>	
		<description>Can&apos;t you just do a WinXP search (F3 shortcut) in explorer with c:\pictures set as the &quot;Look In&quot; field and *.jpg as the &quot;Search for files&quot; field? After it populates, drag n drop (or whatever) into your new folder? As far as I know, search should recurse through subfolders as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35520-552785</guid>
		<pubDate>Sat, 01 Apr 2006 13:56:05 -0800</pubDate>
		<dc:creator>pooya</dc:creator>
	</item><item>
		<title>By: fondle</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid#552794</link>	
		<description>Yes yes thank you very much! There had to be an easy way.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35520-552794</guid>
		<pubDate>Sat, 01 Apr 2006 14:02:39 -0800</pubDate>
		<dc:creator>fondle</dc:creator>
	</item><item>
		<title>By: callmejay</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid#552795</link>	
		<description>I&apos;m sure there are a hundred ways to do it and probably some easy ones, too.&lt;br&gt;
&lt;br&gt;
Unfortunately, all I can think of is writing a script or zipping all the folders up and unzipping the zip so that unzip ignores the directory structure.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35520-552795</guid>
		<pubDate>Sat, 01 Apr 2006 14:03:42 -0800</pubDate>
		<dc:creator>callmejay</dc:creator>
	</item><item>
		<title>By: callmejay</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid#552796</link>	
		<description>Post-preview, never mind. :-)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35520-552796</guid>
		<pubDate>Sat, 01 Apr 2006 14:04:01 -0800</pubDate>
		<dc:creator>callmejay</dc:creator>
	</item><item>
		<title>By: aubilenon</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid#552804</link>	
		<description>You already have an answer but you can also do this in windows command prompt:&lt;br&gt;
&lt;br&gt;
for /r C:\pictures\ %i in (*.jpg) do move &quot;%i&quot; c:\new_directory&lt;br&gt;
&lt;br&gt;
Usually I test these kinds of things first with&lt;br&gt;
&lt;br&gt;
for /r C:\pictures\ %i in (*.jpg) do echo not actually moving file: &quot;%i&quot;&lt;br&gt;
&lt;br&gt;
This works on NT, windows 2000, and windows XP, but not on 95, 98, and ME, I believe.   for /? from the command prompt will tell you more info.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35520-552804</guid>
		<pubDate>Sat, 01 Apr 2006 14:33:14 -0800</pubDate>
		<dc:creator>aubilenon</dc:creator>
	</item><item>
		<title>By: Sharcho</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid#552824</link>	
		<description>&lt;a href=&quot;http://ask.metafilter.com/mefi/30388&quot;&gt;Previous similar question&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35520-552824</guid>
		<pubDate>Sat, 01 Apr 2006 15:23:01 -0800</pubDate>
		<dc:creator>Sharcho</dc:creator>
	</item><item>
		<title>By: fondle</title>
		<link>http://ask.metafilter.com/35520/How-to-copy-folders-Am-I-really-this-stupid#552860</link>	
		<description>aubilenon, I did not know that command, thanks! :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.35520-552860</guid>
		<pubDate>Sat, 01 Apr 2006 17:20:57 -0800</pubDate>
		<dc:creator>fondle</dc:creator>
	</item>
	</channel>
</rss>
