Say you have some configuration files that you would like to mirror and backup, you can write a batch file to automatically copy files using the xcopy command:
xcopy /y "c:\[SOURCE]" "c:\[DESTINATION]"
Use the Task Scheduler to automate running your batch file, and you’re all set!
One thought on “How To Automatically Copy Files In Windows”