ECHO OFF
CLS
QUERY Is this diskette in the A: drive?  (Y/N)  @YN
IF ERRORLEVEL 2 GOTO OOPS
CLS
ECHO ÚÄÄ Quick-Install ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³                                                                    ³
ECHO ³ You can install Sapphire quickly if the following applies to you:  ³
ECHO ³                                                                    ³
ECHO ³     ù You have a hard disk, with at least one megabyte free        ³
ECHO ³     ù The hard disk is drive C:                                    ³
ECHO ³     ù You don't already have a directory named Sapphire            ³
ECHO ³                                                                    ³
ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
QUERY Your choice:  (Y/N)  @YN
IF ERRORLEVEL 2 GOTO SLOWINST
CLS
ECHO ÍÍÍÍÍÍÍÍÍÍÍÍÍ
ECHO QUICK-INSTALL
ECHO ÍÍÍÍÍÍÍÍÍÍÍÍÍ
ECHO ú
C:
CD \
MD SAPPHIRE
CD SAPPHIRE
COPY A:*.*
RENAME ARCE.COM XA.COM
XA SAPPH101.ARC
DEL SAPPH101.ARC
XA SAPPH102.ARC
DEL SAPPH102.ARC
XA SAPPH103.ARC
DEL SAPPH103.ARC
XA SAPPH104.ARC
DEL SAPPH104.ARC
DEL INSTALL.BAT
DEL XA.COM
EXPLAIN
CLS
ECHO The following useful commands can be found in C:\SAPPHIRE
ECHO ú
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ EXPLAIN   A quick overview of Sapphire (you just read this).      ³
GOTO SUMUP
:SLOWINST
CLS
ECHO We are going to be making the four working diskettes.
ECHO ú
QUERY Do you have  4  blank, formatted diskettes available?  (Y/N)  @YN
IF ERRORLEVEL 2 GOTO OOPS
CLS
ECHO Write  SAPPH101  on a label,  affix this to a formatted diskette, and
ECHO place it in your B: drive.  If you do not have a B: drive, wait until
ECHO you are asked to swap diskettes.
ARCE SAPPH101 B:
CLS
ECHO Write  SAPPH102  on a label,  affix this to a formatted diskette, and
ECHO place it in your B: drive.  If you do not have a B: drive, wait until
ECHO you are asked to swap diskettes.
ARCE SAPPH102 B:
CLS
ECHO Write  SAPPH103  on a label,  affix this to a formatted diskette, and
ECHO place it in your B: drive.  If you do not have a B: drive, wait until
ECHO you are asked to swap diskettes.
ARCE SAPPH103 B:
CLS
ECHO Write  SAPPH104  on a label,  affix this to a formatted diskette, and
ECHO place it in your B: drive.  If you do not have a B: drive, wait until
ECHO you are asked to swap diskettes.
ARCE SAPPH104 B:
CLS
ECHO The following useful commands can be found on the SAPPH101 diskette:
ECHO ú
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ EXPLAIN   Displays a quick overview of Sapphire.                  ³
:SUMUP
ECHO ³                                                                   ³
ECHO ³ PRINTMAN  Prints the manual on your printer (approx. 50 pages).   ³
ECHO ³                                                                   ³
ECHO ³ SCONFIG   Configures Sapphire for your computer.                  ³
ECHO ³           You must run SCONFIG before running Sapphire.           ³
ECHO ³           See the Installation section of the manual for details. ³
ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
GOTO FINISH
:OOPS
ECHO ú
ECHO Please correct this, then run INSTALL again.
:FINISH
