0

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 ?

dugres
  • 241
  • 3
  • 8

1 Answers1

0

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

Sibster
  • 397
  • 1
  • 3