Jobos Posted November 19, 2008 Posted November 19, 2008 I’m trying to copy two folders using Robocopy (version XP026) and keep the copied folder date stamp the same at original. The code I'm using is: robocopy.exe “z:\ghost images” “d:\ghost images” /E /COPYALL But I keep getting todays date.
ChrisP Posted November 19, 2008 Posted November 19, 2008 All that you can do with robocopy can be found here [ame=http://en.wikipedia.org/wiki/Robocopy]robocopy - Wikipedia, the free encyclopedia[/ame] i would use: robocopy.exe “z:\ghost images” “d:\ghost images” /MIR /S /copyall
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now