I'm using Robocopy with the following switches:
/MIR /xf desktop.ini /e /np /tee
Is there a switch I can use to display new and/or changed files only? Now it scrolls through all the files in the window view.
Thanks in advance for your help.
Robocopy show only new or changed files
Moderator: DosItHelp
-
- Expert
- Posts: 1166
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: Robocopy show only new or changed files
There's an /XO option to exclude old, unmodified files.