How to copy newer files?

To copy newer files from one location to another, you can use the ‘XCOPY’ dos command.

1. Open up the command prompt by typing the ‘cmd’ command under RUN.

2. Type in ‘XCOPY “source folder” “destination folder”/D /Y’ to start copying.

*If you type in ‘XCOPY /?’ you will access the help menu for xcopy.

enjoy!