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

  1. ECHO OFF
  2. CLS
  3. ECHO                         Financial Navigator
  4. ECHO                    Make backups - 1 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
  10. ECHO    put "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 receive 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    When you are asked to insert a source diskette in drive A:,
  24. ECHO    put your PROGRAM diskette in the drive, and press Enter.
  25. ECHO    When you are asked to insert a target diskette in drive B:,
  26. ECHO    put a blank, formatted diskette in the drive, and press Enter.
  27. ECHO   
  28. ECHO ** When the PROGRAM diskette has been copied, then put the
  29. ECHO    REPORTS diskette in drive A: and another blank diskette in drive B:.
  30. ECHO    Repeat the procedure again with the UTILITY diskette in drive A:
  31. ECHO    and another blank, formatted diskette in drive B:.
  32. ECHO   
  33. ECHO ON
  34.