ECHO OFF
CLS
REM  GO-IRIS.BAT  Copyright (c)  1989,1990  Ted Husted
REM  Please! Do NOT alter this file!
BREAK ON
ECHO Hello. These files need to be on your distribution disk:
ECHO ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   go-iris.BAT   .. This batch file.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   iris.TXT      .. A plain-text program description.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   iris.EXE      .. The main program file.
ECHO   iris.MSG      .. A necessary utility file.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   iris-doc.PGE  .. A tutorial about electronic books.
ECHO   ÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO   iris-reg.     .. The Iris/Prism registration form.
ECHO ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO ú
ECHO If any of these appear missing, they will be listed
ECHO after you strike a key.
ECHO ú
ECHO Notice: If you are not "logged on" to the distribution
ECHO ------  disk, the following list may not be accurate.
ECHO ú
PAUSE
CLS
FOR %%a IN (GO-IRIS.BAT) DO IF NOT EXIST %%a ECHO %%a is not found.
ECHO ú
FOR %%a IN (IRIS.EXE IRIS.MSG)  DO IF NOT EXIST %%a ECHO %%a is not found.
ECHO ú
FOR %%a IN (IRIS-DOC.PGE) DO IF NOT EXIST %%a ECHO %%a is not found.
ECHO ú
FOR %%a IN (IRIS-REG IRIS.TXT) DO IF NOT EXIST %%a ECHO %%a is not found.
ECHO ú
ECHO Done with all files.
ECHO ú
ECHO If any files were "not found", check for them on your
ECHO distribution disk and/or contact your distributor.
ECHO ú
ECHO (There will also be other files on your disk as well. A description
ECHO  of every file on the disk is in the -Iris-.Dir text file.)
ECHO ú
ECHO Press "[Control][C]" to quit now or
PAUSE
CLS
IF EXIST SHOW.EXE SHOW IRIS.TXT
CLS
ECHO ú
ECHO Minimum program requirements:
ECHO ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
ECHO ú
ECHO þ IBM PC or equivalent.
ECHO þ 256K of available memory.
ECHO þ A floppy disk drive.
ECHO þ MS dos 2.1 or equivalent.
ECHO þ A color or monochrome monitor.
ECHO ú
ECHO ú
ECHO ú
ECHO   Iris is a copyrighted program being distributed as shareware.
ECHO ú
ECHO        If you like Iris, send a $8.00 registration fee to
ECHO       UserWare, 4 Falcon Lane East, Fairport NY 14450-3312.
ECHO ú
ECHO In return, we will send you a "personalized" copy of Iris, and new
ECHO catalogs of pre-written electronic books, as they become available.
ECHO ú
ECHO        We will now try to load Iris. We hope you like it.
ECHO        We recommend you read the  Iris-doc  book first! 
ECHO ú                                  ÍÍÍÍÍÍÍÍ
PAUSE
IF EXIST IRIS.EXE IRIS
PAUSE
ECHO ú
ECHO To use Iris again, just type  Iris  at your dos prompt.
ECHO You do not have to run the Go-Iris batch file each time.
ECHO ú
ECHO You will now be given a chance to print the registration form.
ECHO ú
PAUSE
IF EXIST IRIS-REG.BAT IRIS-REG

