home *** CD-ROM | disk | FTP | other *** search
- REM THIS PROGRAM IS WRITTEN TO INSTALL ALL HEARSAY 2000 FILES
- REM AND CHECK ALL HARDWARE INSTALLED
- ECHO OFF
- CLS
- PROMPT $P$G
- :PREREQ
- CLS
- ECHO -
- ECHO -
- ECHO ╔════════════════════════════════════════════════════════════╗
- ECHO ║ WELCOME TO HEARSAY INSTALLATION ! ║
- ECHO ║ ║
- ECHO ║ Install is used to copy the HEARSAY files and test ║
- echo ║ the HEARSAY hardware to insure it is functioning ║
- echo ║ properly. The hardware must be installed in your ║
- echo ║ computer before the HEARSAY files can be loaded. If ║
- echo ║ you did not already install the hardware, a message ║
- echo ║ "HEARSAY BOARD NOT INSTALLED" will be printed below ║
- echo ║ and you must exit the install program now and install ║
- echo ║ the hardware. Please refer to the HEARSAY Instruction ║
- echo ║ Manual for the installation procedure. ║
- echo ╚════════════════════════════════════════════════════════════╝
- echo SEARCHING FOR HEARSAY BOARD .......
- HSR
- ECHO .
- selection CcEe ENTER C TO CONTINUE OR E TO EXIT AND PRESS [RETURN]
- if errorlevel 4 goto exit1
- if errorlevel 3 goto exit1
- if errorlevel 2 goto sam
- if errorlevel 1 goto sam
- :sam
- HSRE/X
- cls
- echo ************************************************************************
- echo * *
- echo * You may install HEARSAY to your hard disk or floppy disk *
- echo * *
- echo * If you have a hard disk we recommend you install onto it. *
- echo * The HEARSAY program requires about 1 megabyte of hard disk *
- echo * space. *
- echo * If you are installing on floppy disks, you will need at least *
- echo * two floppy disk drives and three formatted floppy disks. *
- ECHO * *
- echo * After installing HEARSAY files, you will be prompted to run *
- echo * SETUP in order to set the level. *
- echo * *
- echo ************************************************************************
- echo YOU WILL NOW BEGIN INSTALLATION
- PAUSE
- goto gary
- :gary
- cls
- echo ████████████████████████████████████████████████████████████████████████
- echo ███████████████ Please choose the drive that you will be ███████████████
- echo ███████████████ loading your HEARSAY PROGRAM to. ███████████████
- echo ████████████████████████████████████████████████████████████████████████
- ECHO -
- ECHO -
- ECHO -
- selection BbcCdDeEfF ENTER B,C,D,E OR F For the target drive you choose!
- if errorlevel 10 goto steve
- if errorlevel 9 goto steve
- if errorlevel 8 goto maria
- if errorlevel 7 goto maria
- if errorlevel 6 goto frank
- if errorlevel 5 goto frank
- if errorlevel 4 goto ang
- if errorlevel 3 goto ang
- if errorlevel 2 goto sue
- if errorlevel 1 goto sue
- :steve
- md F:\HEARSAY
- COPY STE.BAT F:\HEARSAY
- F:\hearsay\ste.bat
- :MARIA
- MD E:\HEARSAY
- COPY MA.BAT E:\HEARSAY
- E:\hearsay\ma.bat
- :FRANK
- MD D:\HEARSAY
- COPY FR.BAT D:\HEARSAY
- D:\hearsay\fr.bat
- :ANG
- MD C:\HEARSAY
- COPY AN.BAT C:\HEARSAY
- c:\hearsay\an.bat
- :SUE
- SU.BAT
- :EXIT1
- HSRE/X
-
-