Skip to content

Instantly share code, notes, and snippets.

@DerekF35
Created November 1, 2017 01:44
Show Gist options
  • Save DerekF35/a8e7ad270b0a19c079807997a25cdcaf to your computer and use it in GitHub Desktop.
Save DerekF35/a8e7ad270b0a19c079807997a25cdcaf to your computer and use it in GitHub Desktop.
Nan Quicken - pull_from_computer.bat
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