Robocopy XP010 - mutliple source to 1 destination
I am trying to copy files from multiple subdirectories, it wants to copy the entire directory structure, I only needs the files.
The result should be all files with a date older that 07/31/2010 in all subdirectories under the source directory.
My source directory structure is like below:
U:\client\2010\source\client a
U:\client\2010\source\client b
U:\client\2010\source\client c
Here is the code I'm using:
robocopy "U:\client\2010\source " "destination" /maxlad:20100731 /xd separatefiles
How can I get it to copy only files into the single destination from multiple source subdirectories?
Thanks.
September 2nd, 2010 8:18pm
Can you please post this on the scripting forum?
http://social.technet.microsoft.com/Forums/en-US/ITCG/threads
thanks
ThiyaguThiyagu | MCTS/MCITP - Exchange 2007 | MCSE 2003[Messaging] | http://www.myExchangeWorld.com. This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2010 8:37pm
Hi,
Please create a new thread in the scripting forum.Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Thanks Gen Lin-MSFT
September 6th, 2010 12:13pm
I created a new thread for this back on September 2.
Free Windows Admin Tool Kit Click here and download it now
September 7th, 2010 4:46pm