home *** CD-ROM | disk | FTP | other *** search
- echo off
- IF NOT EXIST ECOH.COM A:
- cls
- echo
- ECHO Welcome to the installation procedure for The Case Manager [TM]!
- echo
- ECOH ══════════ Software so powerful it redefines your expectations ══════════
- echo
- ECHO by Paul Sax
- echo
- ECHO Relax and enjoy yourself. Though this program is powerful,
- ECHO nothing could be easier than this installation procedure.
- echo
- ECHO Would you like to install this program on a Hard Drive?
- echo
- :YESNO
- YESNO
- CLS
- IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YESNEXT
- IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO YES1
- GOTO YESNO
- :YESNEXT
- CLS
- ECOH For you to install this program on a hard drive, this disk must be on Drive A.
- echo
- ECHO Is this floppy on drive A now?
- echo
- YESNO
- CLS
- IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YES
- IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO NO1
- GOTO YESNEXT
- :YES1
- CLS
- ECHO Would you like to install this program on a floppy-based system?
- echo
- YESNO
- CLS
- IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YES2
- IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO END
- GOTO YES1
- :YES
- A:
- CLS
- echo
- ECOH ══════════ Select the Hard drive you want to install the program on: ══════════
- echo
- echo
- echo C = Drive C D = Drive D
- echo E = Drive E F = Drive F
- echo G = Drive G
- :INPUT
- echo
- echo
- INPUT (Pick a letter.)
- IF ERRORLEVEL 72 GOTO INPUT
- IF ERRORLEVEL 71 GOTO G
- IF ERRORLEVEL 70 GOTO F
- IF ERRORLEVEL 69 GOTO E
- IF ERRORLEVEL 68 GOTO D
- IF ERRORLEVEL 67 GOTO C
- IF ERRORLEVEL 67 GOTO C
- REM IF ERRORLEVEL 66 GOTO B
- REM IF ERRORLEVEL 65 GOTO A
- GOTO INPUT
- :C
- CLS
- echo
- INSTALL H C
- :D
- CLS
- echo
- INSTALL H D
- :E
- CLS
- echo
- INSTALL H E
- :F
- CLS
- echo
- INSTALL H F
- :G
- CLS
- echo
- INSTALL H G
- :NO
- echo
- ECHO To install this for a floppy based system, this disk must be on Drive B.
- GOTO END
- :NO1
- CLS
- echo
- ECOH To install this program, move this disk to drive A and re-execute 'GO' there.
- echo
- echo If you have no choice but to install this program from drive B,
- echo then execute this command now in DOS:
- echo
- echo
- echo ASSIGN A=B {===== you enter this, follwed by Enter
- echo
- echo
- echo Upon your completion of the ASSIGN command, please enter this command:
- echo
- echo
- echo A: {===== you enter this, follwed by Enter
- echo
- echo
- echo After you have entered 'A:', you will observe the light come on for drive B.
- echo
- echo
- echo Then continue on drive B as though you were on drive A.
- echo
- GOTO END
- :YES2
- CLS
- echo
- ECHO Beginning with version 4.0 of this program, it will not operate
- ECHO on a floppy-based system.
- echo
- GOTO END
- ECHO This disk must be on drive B to manufacture those three disks.
- ECHO Each disk must be 720 kb or greater.
- ECHO Are you in drive B now?
- echo
- YESNO
- CLS
- IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YES3
- IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO NO3
- GOTO YES2
- :YES3
- CLS
- INSTALL F 2
- :NO3
- CLS
- echo
- echo To install this program, move this disk to drive B and re-execute 'GO' there.
- GOTO END
- :NO2
- CLS
- echo
- :END
- echo
-