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: "3D Games - Line Wars."

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: 80486   

rem --- set the default drive and directory for installation
DEFAULTDIR: c:\Games\Linewar

BEGINLASTSCREEN

       In future to run this game 
             change to the appropriate directory 
                i.e. cd\games\linewar
             at the prompt type GO
             press <enter>
             and enjoy the game
             
ENDLASTSCREEN
OVERWRITEFILE:yes
FILE:*.zip,compressed

RUNATEXIT: "lw2.com"
