Search found 2 matches
- 31 May 2009 13:04
- Forum: DOS Batch Forum
- Topic: Copy files do not overwrite existing
- Replies: 11
- Views: 29334
- 30 May 2009 15:49
- Forum: DOS Batch Forum
- Topic: Copy files do not overwrite existing
- Replies: 11
- Views: 29334
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