Created
November 1, 2017 01:44
-
-
Save DerekF35/a8e7ad270b0a19c079807997a25cdcaf to your computer and use it in GitHub Desktop.
Revisions
-
DerekF35 created this gist
Nov 1, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 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