My script so far:
@ECHO OFF
XCOPY C:\Users\Jeremy\Documents\* I:\Jeremy's%1Desktop\My%~1Documents /s /i /h
Trying to create a "backup script" that will transfer all of the files from my entire "Jeremy" directory to my external harddrive. (Want to not transfer some hidden files in some folders but do transfer hidden files in another folder) so I don't know how to accomplish that either.
Anyway I want to instead of having it prompt me everytime to overwrite a file, i'd like to set it to overwrite if larger or if newer (hence the timestamp). I am unsure of how to set this and set overwrite if timestamp say's newer. Thank you for your help, as you can see two lines in I'm having a hard time.
Thanks!
