CREATE BATCH PROGRAM to SYNC FILES EASILY

1 year ago
10

Ever got frustrated trying to keep files organized and in sync across multiple devices? Ever try batch programming? This video will show you how to keep data in sync using a batch program. It syncs folders/files from a USB drive to a computer hard drive and/or cloud storage, in this case, Microsoft OneDrive. The code for the program can be found in my GitHub repo through the link below. You can clone or copy and modify according to your own needs. I chose batch programming because it is a rather simple scripting language and does not require in depth understanding of programming.

Loading comments...