Posted in
197
3:27 am, August 26, 2019
copy a file when the date of the source is newer than the destination
using xcopy and a loop i found this is a good way to make sure that changes in one file make their way across to another location using a windows batch file. this one loops every 5 seconds, i think you could run it without the 5 second timeout but it might cause excess cpu and drive usage.
copy a file when the date of the source is newer than the destination Demo
View Demo Full Screen View Demo New Tab
copy a file when the date of the source is newer than the destination Code
Add Comment
Other Items in bat
Related Search Terms
Other Categories in Code
php functions
php functions
php functions