Link to home
Start Free TrialLog in
Avatar of John Carney
John CarneyFlag for United States of America

asked on

How do I copy folders to another drive and maintain the Date Created attribute?

I need to copy about 200 folders to another drive and I need to retain the date created and date modified attributes. I'm running Windows 8.1. How do I accomplish this?

Thanks,
John
SOLUTION
Avatar of becraig
becraig
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of John Carney

ASKER

Thanks Mahesh and Akashay K. Am I correct in assuming that RoboCopy is not a brand name but rather a free app from Microsoft?  

If so, do I type something  into a command prompt? Or in a "robocopy' dialog box? And how would I copy not the whole drive but one folder only with 200 subfolders, and would it retain the dates on all subfolders. In my case it would be "Cakewalk Projects" on my C drive  to my J Drive. How would i write that?

Thanks,
John
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks, everyone!

becraig, so is this exactly what I enter into the command line: ROBOCOPY  "C:\Cakewalk Projects"  J:\  /MIR /COPY:DAT /DCOPY:T ? And that's it?