home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / FINANAV3.ZIP / BACKTWO.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-03-20  |  1.3 KB  |  33 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                              Financial Navigator
  4. ECHO                         Make backups - 2 drive system
  5. ECHO                         *****************************
  6. ECHO   
  7. ECHO  ** You can make backup copies of your Financial Navigator diskettes.
  8. ECHO   
  9. ECHO  ** Before you make copies of your diskettes, you would be wise to put
  10. ECHO     "write-protect" tabs on the diskettes you want to copy from.
  11. PAUSE
  12. CLS
  13. ECHO ** When the following instructions finish printing, and you are
  14. ECHO    returned to DOS, do the following:
  15. ECHO   
  16. ECHO    Put your DOS diskette in drive A: and type the following:
  17. ECHO        DISKCOPY A: B:
  18. ECHO    You will see the following message:
  19. ECHO        Insert source diskette in drive A:
  20. ECHO        Insert target diskette in drive B:
  21. ECHO        Strike any key when ready
  22. ECHO   
  23. ECHO    Then remove your DOS diskette from drive A:
  24. ECHO    Put the PROGRAM diskette in drive A:
  25. ECHO    Put a blank, formatted diskette in drive B:
  26. ECHO    And press Enter.
  27. ECHO ** When the PROGRAM diskette has been copied, then put the
  28. ECHO    REPORTS diskette in drive A: and another blank diskette in drive B:.
  29. ECHO    Repeat the procedure again with the UTILITY diskette in drive A:
  30. ECHO    and another blank, formatted diskette in drive B:.
  31. ECHO   
  32. ECHO ON
  33.