home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem INSTALL.BAT
- rem DESQview Installation Procedure (GAS)
- rem Copyright (C) 1985 by Quarterdeck Office Systems
- cls
- ask 1C
- cls
- if not exist stop.bat goto wrong
- ask 2HFQ
- cls
- if errorlevel 3 stop aborted
- if errorlevel 2 goto start_F
- :start_H
- ask 3NYQ
- cls
- if errorlevel 3 stop aborted
- if errorlevel 2 inst0 H A C %1
- ask 4FEDCBAQ
- cls
- if errorlevel 7 stop aborted
- if errorlevel 6 insth A %1
- if errorlevel 5 insth B %1
- if errorlevel 4 insth C %1
- if errorlevel 3 insth D %1
- if errorlevel 2 insth E %1
- if errorlevel 1 insth F %1
- :start_F
- ask 5YNQ
- cls
- if errorlevel 3 stop aborted
- if errorlevel 2 cond 1
- ask 621Q
- cls
- if errorlevel 3 stop aborted
- if errorlevel 2 goto 1drive
- ask 7NYQ
- cls
- if errorlevel 3 stop aborted
- if errorlevel 2 inst0 F A B %1
- cond 2
- :1drive
- echo ╔Floppy Disk Installation══════════════════════════╗
- echo ║ ║
- echo ║ You have indicated that you have only a ║
- echo ║ single floppy drive and no hard disk. ║
- echo ║ ║
- echo ║ This configuration is not supported ║
- echo ║ with DESQview; you must have either two ║
- echo ║ floppy drives or one floppy and a hard disk. ║
- echo ║ ║
- echo ║ If you have the proper equipment, please ║
- echo ║ retry the installation procedure. ║
- echo ║ ║
- echo ╟──────────────────────────────────────────────────╢
- stop aborted
- :wrong
- echo
- echo
- echo
- echo
- echo
- echo ╔DESQview Installation ════════════════════════════╗
- echo ║ ║
- echo ║ To install DESQview you MUST set the ║
- echo ║ default drive to A (or to whatever ║
- echo ║ drive you are using) before typing INSTALL. ║
- echo ║ ║
- echo ║ Follow these steps: ║
- echo ║ ║
- echo ║ Type: "A:" and press ─┘. ║
- echo ║ Type: "INSTALL" and press ─┘. ║
- echo ║ ║
- echo ║ We also suggest you read pages 8-9 of ║
- echo ║ the DESQview Manual. ║
- echo ║ ║
- echo ╚══════════════════════════════════════════════════╝
- echo
- echo ***** DESQview installation aborted *****