also @ TechSpot: Rumor: Sony to acquire a cloud gaming company

TechSpot

XCopy Problem

Discussion in 'Windows OS' started by Chad Kruger, Oct 26, 2003.

Thread Status:
Not open for further replies.
  1. Chad Kruger Newcomer, in training

    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.....
  2. Rick TechSpot Staff

    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.
  3. Chad Kruger Newcomer, in training

    Thanks Rick,

    I'll look into using that...
    But still curious if XCopy can do it.

    Chad.
Thread Status:
Not open for further replies.