home *** CD-ROM | disk | FTP | other *** search
/ Astra Blaster / Astra.cdr / voice / install.bat < prev    next >
DOS Batch File  |  1992-04-21  |  4KB  |  92 lines

  1. REM  THIS PROGRAM IS WRITTEN TO INSTALL ALL HEARSAY 2000 FILES
  2. REM  AND CHECK ALL HARDWARE INSTALLED
  3. ECHO OFF
  4. CLS
  5. PROMPT $P$G
  6. :PREREQ
  7. CLS
  8. ECHO -
  9. ECHO -
  10. ECHO      ╔════════════════════════════════════════════════════════════╗
  11. ECHO      ║             WELCOME TO HEARSAY INSTALLATION !              ║
  12. ECHO      ║                                                            ║
  13. ECHO      ║    Install is used to copy the HEARSAY files and test      ║
  14. echo      ║    the HEARSAY hardware to insure it is functioning        ║
  15. echo      ║    properly. The hardware must be installed in your        ║
  16. echo      ║    computer before the HEARSAY files can be loaded. If     ║
  17. echo      ║    you did not already install the hardware, a message     ║
  18. echo      ║    "HEARSAY BOARD NOT INSTALLED" will be printed below     ║
  19. echo      ║    and you must exit the install program now and install   ║
  20. echo      ║    the hardware. Please refer to the HEARSAY Instruction   ║
  21. echo      ║    Manual for the installation procedure.                  ║
  22. echo      ╚════════════════════════════════════════════════════════════╝
  23. echo              SEARCHING FOR HEARSAY BOARD .......
  24. HSR
  25. ECHO .
  26. selection CcEe ENTER C TO CONTINUE OR E TO EXIT AND PRESS [RETURN]
  27. if errorlevel 4 goto exit1
  28. if errorlevel 3 goto exit1
  29. if errorlevel 2 goto sam
  30. if errorlevel 1 goto sam
  31. :sam
  32. HSRE/X
  33. cls
  34. echo   ************************************************************************
  35. echo   *                                                                      *
  36. echo   *      You may install HEARSAY to your hard disk or floppy disk        *
  37. echo   *                                                                      *
  38. echo   *      If you have a hard disk we recommend you install onto it.       *
  39. echo   *      The HEARSAY program requires about 1 megabyte of hard disk      *
  40. echo   *      space.                                                          *
  41. echo   *      If you are installing on floppy disks, you will need at least   *
  42. echo   *      two floppy disk drives and three formatted floppy disks.        *
  43. ECHO   *                                                                      *
  44. echo   *      After installing HEARSAY files, you will be prompted to run     *
  45. echo   *      SETUP in order to set the level.                                *
  46. echo   *                                                                      *
  47. echo   ************************************************************************
  48. echo   YOU WILL NOW BEGIN INSTALLATION
  49. PAUSE
  50. goto gary
  51. :gary
  52. cls
  53. echo  ████████████████████████████████████████████████████████████████████████
  54. echo  ███████████████ Please choose the drive that you will be ███████████████
  55. echo  ███████████████   loading your HEARSAY PROGRAM to.       ███████████████
  56. echo  ████████████████████████████████████████████████████████████████████████
  57. ECHO  -
  58. ECHO -
  59. ECHO -
  60. selection BbcCdDeEfF ENTER B,C,D,E OR F For the target drive you choose!
  61. if errorlevel 10 goto steve
  62. if errorlevel 9 goto steve
  63. if errorlevel 8 goto maria
  64. if errorlevel 7 goto maria
  65. if errorlevel 6 goto frank
  66. if errorlevel 5 goto frank
  67. if errorlevel 4 goto ang
  68. if errorlevel 3 goto ang
  69. if errorlevel 2 goto sue
  70. if errorlevel 1 goto sue
  71. :steve
  72. md F:\HEARSAY
  73. COPY STE.BAT F:\HEARSAY
  74. F:\hearsay\ste.bat
  75. :MARIA
  76. MD E:\HEARSAY
  77. COPY MA.BAT E:\HEARSAY
  78. E:\hearsay\ma.bat
  79. :FRANK
  80. MD D:\HEARSAY
  81. COPY FR.BAT D:\HEARSAY
  82. D:\hearsay\fr.bat
  83. :ANG
  84. MD C:\HEARSAY
  85. COPY AN.BAT C:\HEARSAY
  86. c:\hearsay\an.bat
  87. :SUE
  88. SU.BAT
  89. :EXIT1
  90. HSRE/X
  91.  
  92.