View Single Post
Old 07-19-2019, 12:42 PM   #3
NoOne
Hall Of Famer
 
NoOne's Avatar
 
Join Date: Apr 2015
Posts: 7,167
you could make a little script to speed up that process.

@echo off
copy <from> <to>
del <from location>
exit

etc... i'm sure there's a / flag you can add to 'copy' that auto-overwrites detination, if similar files.

after you update the almanac, double click that '.bat' file and it will move and delete. Switch back to ootp screen and click backup without the almanac there anymore.

you may want to go to your league's backup folder and delete the old almanac backup files. no need for the redundancy of outdated files.
NoOne is offline   Reply With Quote