Question : How to copy folders/files between computers and preserve modified date ?

Hi,

I am looking to copy a bunch of Folders and Files within folders and would like to be able to preserve the date modified values.

They are currently on a Windows 2003 filesystem.

I have tried tools such as Winrar however it only seems to preserve file modified date and not folders, any folders that have files in them, the files are preserved but not the folders, they get reset, i would assume this is because files are being extracted into them.

Is there a way to preserve the folder modification/creation date as well?

Answer : How to copy folders/files between computers and preserve modified date ?

Robocopy (Robust File Copy) would do this.  Robocopy is the Microsoft tool for copying files and preserving anything you want including file permissions.  You can read about it here:
http://en.wikipedia.org/wiki/Robocopy

This would be the ultimate copy command to copy all data from c:\foo to c:\bar:

robocopy C:\foo C:\bar /COPYALL /E /R:0 /DCOPY:T
Random Solutions  
 
programming4us programming4us