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.

Revisions

  1. DerekF35 created this gist Nov 1, 2017.
    9 changes: 9 additions & 0 deletions pull_from_computer.bat
    Original 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