Created
November 1, 2017 01:44
-
-
Save DerekF35/a8e7ad270b0a19c079807997a25cdcaf to your computer and use it in GitHub Desktop.
Nan Quicken - pull_from_computer.bat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SET computer_dir=E:\Quicken | |
| SET quicken_file=Nan_Quicken_File.QDF | |
| SET DT=%DATE:~10,4%%DATE:~4,2%%DATE:~7,2%_%TIME:~0,2%%TIME:~3,2%%TIME:~6,2% | |
| md TRANSFER_BACKUPS_USB\ 2> nul | |
| move %quicken_file% TRANSFER_BACKUPS_USB\USB_CPY_%DT%_%quicken_file% | |
| copy %computer_dir%\%quicken_file% | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment