ECHO OFF
CLS
ECHO               ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO               º   fastmenu PLUS (TM) V.4   INSTALL to Drive C:   º
ECHO               º   ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~   º
ECHO               º   NOTE !   This batch file will create a new     º
ECHO               º   directory called 'FAST' on your hard drive.    º
ECHO               º   After  creating  this  directory,  all the     º
ECHO               º   necessary  files  from  your  distribution     º
ECHO               º   disk(s) will be copied to this directory.      º
ECHO               º                                                  º
ECHO               º    A .................. Install VGA Version ?    º
ECHO               º    B ....... Install CGA/Monochrome Version ?    º
ECHO               ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¶
ECHO               º    Enter The Letter A or B     (ESC to Abort)    º
ECHO               ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¼
:START1
CHOICE
IF ERRORLEVEL 27 GOTO END2
IF ERRORLEVEL 3 GOTO START1
IF ERRORLEVEL 2 GOTO CGA
:VGA
ECHO .
ECHO   Working.      Please Wait !!
ECHO .
copy config.cga config.ifo
copy fast.vga fast.bat
GOTO DRIVE
:CGA
ECHO .
ECHO   Working.      Please Wait !!
ECHO .
copy fast.cga fast.bat
CLS
ECHO               ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO               º                    Do you want:                   º
ECHO               º    A .............. Color Menus and Prompts ?     º
ECHO               º    B ...... Black & White Menus and Prompts ?     º
ECHO               ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¶
ECHO               º     Enter The Letter A or B    (ESC to Abort)     º
ECHO               ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¼
:START3
CHOICE
IF ERRORLEVEL 27 GOTO END2
IF ERRORLEVEL 3 GOTO START3
IF ERRORLEVEL 2 GOTO BLACK
:COLOR
ECHO .
ECHO   Working.     Please Wait !!
ECHO .
copy config.cga config.ifo
GOTO DRIVE
:BLACK
ECHO .
ECHO   Working.     Please Wait !!
ECHO .
copy config.b&w config.ifo
:DRIVE
CLS
ECHO               ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO               º                                                   º
ECHO               º   What Drive Are You Installing From (A or B)?    º
ECHO               º                                                   º
ECHO               ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¶
ECHO               º     Enter The Letter A or B    (ESC to Abort)     º
ECHO               ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¼
:START2
CHOICE
IF ERRORLEVEL 27 GOTO END2
IF ERRORLEVEL 3 GOTO START2
IF ERRORLEVEL 2 GOTO LABELB
:LABELA
ECHO .
ECHO   Working.    Please Wait !!
ECHO .
c:
cd\
if exist FAST.BAT erase FAST.BAT
if exist BRUN45.EXE erase BRUN45.EXE
if exist c:\fast\fastmenu.exe goto nomake
md\fast
:nomake
cd\fast
if exist c:\fast\fasthelp.001 erase c:\fast\fasthelp.001
if exist c:\fast\fasthelp.002 erase c:\fast\fasthelp.002
if exist c:\fast\fasthelp.003 erase c:\fast\fasthelp.003
if exist c:\fast\fasthelp.004 erase c:\fast\fasthelp.004
if exist c:\fast\fasthelp.005 erase c:\fast\fasthelp.005
if exist c:\fast\fasthelp.006 erase c:\fast\fasthelp.006
if exist c:\fast\fasthelp.007 erase c:\fast\fasthelp.007
if exist c:\fast\fasthelp.008 erase c:\fast\fasthelp.008
if exist c:\fast\fasthelp.009 erase c:\fast\fasthelp.009
if exist c:\fast\fasthelp.010 erase c:\fast\fasthelp.010
if exist c:\fast\mouse.ifo erase c:\fast\mouse.ifo
if exist c:\fast\fastrun.exe erase c:\fast\fastrun.exe
if exist c:\fast\fastlogo.ifo erase c:\fast\fastlogo.ifo
if exist c:\fast\master.dat erase c:\fast\master.dat
if exist c:\dos\command.com copy a:\fast.bat c:\dos
if not exist c:\dos\command.com copy a:\fast.bat c:\
if exist c:\dos\command.com copy a:\brun45.exe c:\dos
if not exist c:\dos\command.com copy a:\brun45.exe c:\
copy a:\*.ifo c:\fast
copy a:\*.exe c:\fast
cls
ECHO .
ECHO          Insert fastmenu PLUS Disk #2 into Drive A:
ECHO .
pause
copy a:\*.exe c:\fast
GOTO END1
:LABELB
ECHO .
ECHO   Working.    Please Wait !!
ECHO .
c:
cd\
if exist FAST.BAT erase FAST.BAT
if exist BRUN45.EXE erase BRUN45.EXE
if exist c:\fast\fastmenu.exe goto nomake2
md\fast
:nomake2
cd\fast
if exist c:\fast\fasthelp.001 erase c:\fast\fasthelp.001
if exist c:\fast\fasthelp.002 erase c:\fast\fasthelp.002
if exist c:\fast\fasthelp.003 erase c:\fast\fasthelp.003
if exist c:\fast\fasthelp.004 erase c:\fast\fasthelp.004
if exist c:\fast\fasthelp.005 erase c:\fast\fasthelp.005
if exist c:\fast\fasthelp.006 erase c:\fast\fasthelp.006
if exist c:\fast\fasthelp.007 erase c:\fast\fasthelp.007
if exist c:\fast\fasthelp.008 erase c:\fast\fasthelp.008
if exist c:\fast\fasthelp.009 erase c:\fast\fasthelp.009
if exist c:\fast\fasthelp.010 erase c:\fast\fasthelp.010
if exist c:\fast\mouse.ifo erase c:\fast\mouse.ifo
if exist c:\fast\fastrun.exe erase c:\fast\fastrun.exe
if exist c:\fast\fastlogo.ifo erase c:\fast\fastlogo.ifo 
if exist c:\fast\master.dat erase c:\fast\master.dat
if exist c:\dos\command.com copy b:\fast.bat c:\dos
if not exist c:\dos\command.com copy b:\fast.bat c:\
if exist c:\dos\command.com copy b:\brun45.exe c:\dos
if not exist c:\dos\command.com copy b:\brun45.exe c:\
copy b:\*.ifo c:\fast
copy b:\*.exe c:\fast
cls
ECHO .
ECHO          Insert fastmenu PLUS Disk #2 into Drive B:
ECHO .
pause
copy b:\*.exe c:\fast
GOTO END1
:END1
cd\
CLS
ECHO               ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO               º     fastmenu PLUS     Installation Completed      º
ECHO               º     ~~~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~~~      º
ECHO               º    NOTE !   For the fastmenu application to       º
ECHO               º    operate  properly,  you  must  have  a path    º
ECHO               º    statement to your  ROOT directory  and your    º
ECHO               º    DOS directory  or  the  directory  your DOS    º
ECHO               º    files are in, This path statement should be    º
ECHO               º    located in your AUTOEXEC.BAT file.             º
ECHO               º      Example:  path=c:\;c:\dos                    º
ECHO               º    Also if you want fastmenu  to automatically    º
ECHO               º    startup when you turn on your computer, you    º
ECHO               º    will need to add 'FAST' as the last line or    º
ECHO               º    statement in the AUTOEXEC.BAT file.            º
ECHO               ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¶
ECHO               º    To start fastmenu, at the DOS prompt from      º
ECHO               º    any directory type: [ FAST ]  enter.           º
ECHO               ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¼
GOTO END
:END2
CLS
ECHO                        fastmenu PLUS Installation Aborted !
:END
