Search found 2 matches

by zombie_funk
31 May 2009 13:04
Forum: DOS Batch Forum
Topic: Copy files do not overwrite existing
Replies: 11
Views: 26498

Thanks Rick, That worked great for initially copying my files over but when I tried my first "Backup" it prompted me to overwrite each file individually. COPY /-Y E:\*.mp3 F:\music\ E:\01 Limehouse Blues.mp3 Overwrite F:\MP3Mass\01 Limehouse Blues.mp3? (Yes/No/All): I would like th...
by zombie_funk
30 May 2009 15:49
Forum: DOS Batch Forum
Topic: Copy files do not overwrite existing
Replies: 11
Views: 26498

Copy files do not overwrite existing

Hi there, In the spirit of DIY I would like to create a batch file to backup my music library, however I would like to it to only add new files to the backup. something like: COPY E:\*.mp3 F:\music\ What would I need to do to make sure that it doesn't overwrite files that already exist? Thanks