Jump to content

Recommended Posts

Posted

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.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...