Have a look at the help section 4a, command line parameters: You can start the "Compare" step of the synchronize dialog automatically, but not the "Synchronize" step. If you just want to copy newer and updated files in one direction, you can use something like this:
xcopy c:\ d:\ /D /S /H
/D means only newer
/S with subdirectories
/H also hidden files
xcopy c:\ d:\ /D /S /H
/D means only newer
/S with subdirectories
/H also hidden files
Statistics: Posted by ghisler(Author) — 2024-11-08, 09:02 UTC