Search found 2 matches

by ttcg52
06 Mar 2015 02:40
Forum: DOS Batch Forum
Topic: Make Backup of specific files with sequential filename
Replies: 3
Views: 1686

Re: Make Backup of specific files with sequential filename

Adding a date and time in a format that sorts correctly is a better way to handle this. can you provide a code? i am not that good at code... i have found this on google but its not exactly what i want and it doesnt work: @echo off :: variables set backupdir="%USERPROFILE%\Desktop\folder1"...
by ttcg52
05 Mar 2015 23:21
Forum: DOS Batch Forum
Topic: Make Backup of specific files with sequential filename
Replies: 3
Views: 1686

Make Backup of specific files with sequential filename

I want to make a backup of a certain file manually each time i open a bat file, but I don't want to overwrite the file each time it's backed up, instead I want to create several copies of the file and save it with a sequential file name. That's because the file changes very frequently. Example: MyFi...