rem   This is the configuration file used to install PC-Install
rem   =========================================================

SCREENFILLCHAR: "°"

rem --- set the colors that the end-user sees on the screen
rem   - your choices are: BLACK BLUE GREEN CYAN RED MAGENTA YELLOW WHITE
rem   - and you may add the modifier BRIGHT to intensify the selected color
TITLEBACKGROUND : CYAN
TITLEFOREGROUND : BRIGHT WHITE
SCREENBACKGROUND: BLUE
SCREENFOREGROUND: BLUE
BOTTOMBACKGROUND: CYAN
BOTTOMFOREGROUND: BRIGHT WHITE
WINDOWBACKGROUND: bright BLUE
WINDOWFOREGROUND: bright WHITE
PROMPTBACKGROUND: red
PROMPTFOREGROUND: BRIGHT WHITE

rem --- the title that appears at the top of all screens
TITLE: "Kids Games - In Search of Dr. Riptide."

rem --- The following paragraph is on the first screen seen by the
rem   - end-user.  Note that you should leave a blank line at the top
rem   - and bottom and leave a couple of spaces at the left AND right
rem   - to provide proper spacing around the window border.
BEGINFIRSTSCREEN

         This program will install the Program files 
            for this game onto your computer.

     You may press [ESC] at any time to abort the installation.

ENDFIRSTSCREEN

rem --- The following is the last screen seen by the end-user.
rem   - Note that you should leave a blank line at the top and
rem   - bottom and leave a couple of spaces at the left AND right
rem   - to provide proper spacing around the window border.


MINCPUTYPE: 80386   

rem --- set the default drive and directory for installation
DEFAULTDIR: c:\games\riptide

BEGINLASTSCREEN
    In future to run this game
        Go to the appropriate directory
            i.e. cd\games\riptide
        type at the prompt GO
            
        then press <enter>

ENDLASTSCREEN

OVERWRITEFILE:yes
FILE:*.zip,compressed

RUNATEXIT: "rip.bat"
