home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / roots3.zip / ROOTS3-2.ZIP / TWODRIVE.BAT < prev   
DOS Batch File  |  1988-07-26  |  2KB  |  45 lines

  1. ECHO OFF
  2. A:
  3. CLS
  4. IF "%1"=="INSTALL" GOTO INSTALL
  5. IF "%1"=="install" GOTO INSTALL
  6. ECHO * This procedure installs ROOTS III for use on a two-drive floppy disk
  7. ECHO * system. Before starting, you will need to have formatted and labeled
  8. ECHO * the following diskettes:
  9. ECHO *
  10. ECHO      OVERLAY diskette (formatted with /v or /s /v)
  11. ECHO      INSTALL diskette (formatted with /v)
  12. ECHO *
  13. ECHO * (See the Installation booklet for more information on formatting your
  14. ECHO * diskettes.) If you intend to install ROOTS III on a two drive system
  15. ECHO * and you have the above two diskettes ready, press any key. Otherwise
  16. ECHO * hold down the Ctrl key and press Break.
  17. ECHO *
  18. PAUSE
  19. ECHO *
  20. ECHO * Make sure the ROOTS III PROGRAM DISK is in drive A.
  21. ECHO * Place your blank, formatted OVERLAY diskette into drive B.
  22. ECHO *
  23. PAUSE
  24. COPY ROOTS3.* B:/v
  25. COPY *.OVL B:/v
  26. ECHO *
  27. ECHO * The OVERLAY diskette is now ready to use. Put it aside for now.
  28. :INSTALL
  29. ECHO *
  30. ECHO * Make sure the ROOTS III PROGRAM DISK is in drive A.
  31. ECHO * Place your blank, formatted INSTALL diskette into drive B.
  32. ECHO *
  33. PAUSE
  34. COPY INSTALL.COM B:/v
  35. ECHO *
  36. ECHO * The INSTALL diskette is now ready to use. Put it aside for now.
  37. ECHO *
  38. ECHO * This completes the installation of ROOTS III for a dual floppy drive
  39. ECHO * system. To start ROOTS III, put your OVERLAY diskette in drive A, and
  40. ECHO * put your DATA (or BASEFILE) diskette in drive B. Then type:
  41. ECHO *
  42. ECHO B:
  43. ECHO "A:ROOTS3" [familyname]
  44. ECHO *
  45.