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 / ONEDRIVE.BAT < prev    next >
DOS Batch File  |  1988-07-26  |  2KB  |  72 lines

  1. ECHO OFF
  2. CLS
  3. IF "%1"=="OVERLAY" GOTO OVERLAY
  4. IF "%1"=="overlay" GOTO OVERLAY
  5. IF "%1"=="INSTALL" GOTO INSTALL
  6. IF "%1"=="install" GOTO INSTALL
  7. ECHO * This procedure installs ROOTS III for use on a one-drive floppy disk
  8. ECHO * system. Before starting, you will need to have formatted and labeled the
  9. ECHO * following diskettes:
  10. ECHO *
  11. ECHO               BOOT diskette (formatted with /s /v)
  12. ECHO               INSTALL diskette (formatted with /v)
  13. ECHO               OVERLAY diskette (formatted with /v)
  14. ECHO *
  15. ECHO * If you intend to install ROOTS III on a one drive system and you have
  16. ECHO * the above three diskettes ready, press any key. Otherwise press the
  17. ECHO * Ctrl-Break key combination.
  18. ECHO *
  19. PAUSE
  20. ECHO *
  21. ECHO * The ROOTS III PROGRAM distribution diskette should now be in your drive.
  22. ECHO * This diskette shall be referred to as DISKETTE A:.
  23. ECHO *
  24. ECHO * Your formatted BOOT diskette shall be referred to as DISKETTE B:.
  25. ECHO *
  26. ECHO * Note: In the event that you are asked to place the "batch file" diskette
  27. ECHO * in A:, place the PROGRAM diskette into drive A: and press any key.
  28. ECHO *
  29. A:
  30. COPY ROOTS3.EXE B:/v
  31. COPY ROOTS3.COD B:/v
  32. COPY ROOTS3.INS B:/v
  33. COPY FIXTOK3.OVL B:/v
  34. ECHO * The BOOT diskette is now ready to use. Put it aside for now.
  35. :INSTALL
  36. ECHO *
  37. ECHO * The INSTALL diskette will now be referred to as "DISKETTE B:", and the
  38. ECHO * program diskette now in the drive will continue to be referred to
  39. ECHO * as "DISKETTE A:".
  40. COPY INSTALL.COM B:/v
  41. ECHO * The INSTALL diskette is now ready to use. Put it aside for now.
  42. :OVERLAY
  43. ECHO *
  44. ECHO * The OVERLAY diskette will now be referred to as "DISKETTE B:", and the
  45. ECHO * program diskette now in the drive will continue to be referred to
  46. ECHO * as "DISKETTE A".
  47. COPY LISTOR3.OVL B:/v
  48. COPY PLACES3.OVL B:/v
  49. COPY RANGES3.OVL B:/v
  50. COPY FOOTNT3.OVL B:/v
  51. COPY ANIVER3.OVL B:/v
  52. COPY FAMILY3.OVL B:/v
  53. COPY RELATE3.OVL B:/v
  54. COPY TRACER3.OVL B:/v
  55. COPY CONSAN3.OVL B:/v
  56. COPY SPLMER3.OVL B:/v
  57. COPY EDITOR3.OVL B:/v
  58. COPY PRINTS3.OVL B:/v
  59. COPY PRINT13.OVL B:/v
  60. COPY PRINT23.OVL B:/v
  61. COPY PRINT33.OVL B:/v
  62. COPY PRINT43.OVL B:/v
  63. COPY ROOTS3.INS B:/v
  64. ECHO *
  65. ECHO * If you do not want the help file, press Ctrl-Break. If you do,
  66. PAUSE
  67. ECHO *
  68. COPY roots3.hlp b:/v
  69. ECHO *
  70. ECHO * This concludes the installation of ROOTS III.
  71. :EXIT
  72.