home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :Start
- if not exist DVCOPY.EXE goto WrongDisk
- echo Loading . . .
- dvcopy.exe
- if errorlevel 2 if not errorlevel 3 goto EndOnError
- if errorlevel 3 if not errorlevel 4 goto EndOnEscape
- CLS
- echo Disk Vision Installation Program
- echo ────────────────────────────────
- echo
- echo INSTALL is configuring HardDisk Manager 4 and File Archive Manager 4
- echo for use on your system . . .
- CONFIG
- DVSET
- echo
- echo Done! If an error message was displayed press ESCAPE to quit the
- echo INSTALL program and return to DOS. Correct the problem, then run
- echo INSTALL again.
- echo
- echo Press any key to continue or ESCAPE to abort . . .
- WAIT
- if errorlevel 0 if not errorlevel 1 goto Continue
- if errorlevel 1 if not errorlevel 2 goto EndOnEscape
- :Continue
- CLS
- echo Disk Vision Installation Program
- echo ────────────────────────────────
- echo
- echo INSTALL will now run the Printer Installation program (LABEL.COM). This
- echo program will configure Diskette Manager 4, by presenting a list of printers
- echo for you to choose from. If you do not see your printer specifically listed
- echo select the one that most closely emulates your printer. Refer to your
- echo printer's manual for information on what models it may emulate.
- echo
- echo Press a key to see the list of printers or ESCAPE to abort . . .
- WAIT
- if errorlevel 0 if not errorlevel 1 goto RunLabel
- if errorlevel 1 if not errorlevel 2 goto EndOnEscape
- :RunLabel
- CLS
- LABEL
- echo
- echo If an error message was displayed press ESCAPE to quit the INSTALL
- echo program and return to DOS. Correct the problem, then run INSTALL
- echo again.
- echo
- echo Press any key to continue or ESCAPE to abort . . .
- WAIT
- if errorlevel 0 if not errorlevel 1 goto ChangeAuto
- if errorlevel 1 if not errorlevel 2 goto EndOnEscape
- :ChangeAuto
- CLS
- echo Installation complete!
- echo
- echo Remove the DISK VISION program disk from the floppy drive and
- echo store it in a safe place. To start using DISK VISION, type HDM.
- goto End
- :WrongDisk
- cls
- echo The INSTALL program cannot find the necessary files on the disk in the
- echo default drive. Insert the DISK VISION program disk (#1) in the floppy
- echo drive, log onto that drive, and then type INSTALL.
- goto End
- goto Start
- :EndOnError
- echo
- echo Installation aborted on error. DISK VISION may not work properly.
- echo Run INSTALL again after correcting the error
- goto End
- :EndOnEscape
- echo
- echo User requested abort. DISK VISION not installed.
- echo Run INSTALL again before running DISK VISION.
- :End
- echo