XCopy Problem

HELP.....

I am trying to write a batch routine to copy files from my network to a user's local drive.

But...I want to copy all new files, and any files that have changed in any way.

If I use the /u switch it won't copy new files
If I use the /d switch it won't copy files with older dates

xcopy "h:\test" "e:\test" /v /c /r /k /e

PLEASE HELP.....
 
Use xxcopy from www.xxcopy.com

It has hundreds of command switches and does just about anything you can imagine, including what you'd like to do.
 
Back