Google Answers Logo
View Question
 
Q: File Management in Windows XP - Copy contents of multiple folders into 1 folder ( No Answer,   1 Comment )
Question  
Subject: File Management in Windows XP - Copy contents of multiple folders into 1 folder
Category: Computers > Software
Asked by: digitalpixman-ga
List Price: $10.00
Posted: 25 Aug 2005 20:08 PDT
Expires: 24 Sep 2005 20:08 PDT
Question ID: 560641
Hello, I would like to find out how to accomplish the following task:

Folder 1 contains 1.txt, eric.jpg
Folder 2 contains 56.txt, sally.jpg
Folder 3 contains 43.txt, math.xls

I would like to select all folders and copy the contents of each
folder into a destination folder that a choose.

Ideally, there is a way to do with within XP.  If there is not a way,
I would like to find an inexpensive software program that could do
this.

Please answer this question, by explaining how to do it in XP or by
providing 2 different software applications that can.

Request for Question Clarification by muhammad-ga on 25 Aug 2005 21:52 PDT
Hello!

Are you looking to copy the contents of three different folders to one
single folder? Are the file and folder names same or do they change?
Is this a recurring task which you want to automate?

A clarification will help answer your question.

Thanks

Request for Question Clarification by sublime1-ga on 25 Aug 2005 22:24 PDT
digitalpixman...

A simple batch file can accomplish this in what will seem
like an instantaneous manner. If the folders you want to
copy from and to are always going to be the same, I can
write you a batch file that will do the job with a single
click of a shortcut. Just let me know the names and paths
for the source and target folders.

A working template would be:

Copy C:\path\folder1\*.* C:\path\targetfolder
Copy C:\path\folder2\*.* C:\path\targetfolder
Copy C:\path\folder3\*.* C:\path\targetfolder

Let me know what you think...

sublime1-ga

Clarification of Question by digitalpixman-ga on 26 Aug 2005 06:12 PDT
>Are you looking to copy the contents of three different folders to one
single folder?  
Yes

>Are the file and folder names same or do they change? 
They Change

>Is this a recurring task which you want to automate? 
It is a recurring task that I need to automate.  The users that are
doing this are "low level.  Ideally, they would select the folders in
XP, right click, a combine to folder option would appear, the
destination folder would be selected and the copy and move would
happen.

Clarification of Question by digitalpixman-ga on 26 Aug 2005 06:16 PDT
Submlime, Thanks for your response.  However, the folders are
constantly changing.  We are school photographers and here is the
acutal application:

1.  Three Photographers go to a shoot
2.  Each Photographer brings back a memory card that is copied to a
folder on the server labeled by the photographers initials.
3.  At a later date, a low level data entry employee copies of of the
files into one folder.
4.  We do this every day with multiple photographers, so the names are
always changing.
5.  Currently, we manually combine the files by going into each
folder, copying, and pasting.
6.  I am hoping that there is a graphical way to do this in XP or an
application that does this.
Answer  
There is no answer at this time.

Comments  
Subject: Re: File Management in Windows XP - Copy contents of multiple folders into 1 folder
From: kimputer-ga on 26 Aug 2005 07:13 PDT
 
How much is the date a variable here ? If it's in such a way that only
newer files are copied, you could use the template already shown,
crawling through ALL the folders of the photographers, with one batch
file using xcopy instead of copy, because xcopy has de /d:m-d-y
option, which copies all the files newer than the given date. Since
the date has to be inserted in all lines, you'd have to use some
scripting language to generate the batch file.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy