When I copy a file from a PC to an other, the copy doesn't have the same timestamp as the source.
I have the same probleme using either copy/paste or xcopy.
The source PC runs Win2003 and the destination one WinXP, they have the same setup (time wise).

How could I prevent that from happening ? or fix it afterwards ?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Robocopy Should do this for you by default. It is also much faster and more robust then a normal copy. It can be a pain to get the commands right.

Full documentation can be found Here Tt can be downloaded from Microsoft

link|improve this answer
That did work, thanks. I still don't know why tough. – dugres Oct 29 '09 at 17:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.