home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Buyer's Guide Volume 7 #1
/
Software_Buyers_Guide_Volume_7_Number_1_SelectWare_Technologies_1995.iso
/
ima10000
/
swtdemo.bat
< prev
next >
Wrap
DOS Batch File
|
1995-04-19
|
3KB
|
76 lines
@echo off
:doscreen
cls
echo.
echo.
echo Please choose one of the selections below:
echo.
echo 1. * Install ImagiNation Network from the CD-ROM drive.
echo * ImagiNation Network requires a modem. If you do not have a
echo modem select quit (option 2).
echo * After ImagiNation Network is installed, exit the SelectWare
echo System, go to the created directory and type INN.
echo * Imagination Network requires a Credit Card # be entered.
echo * The first 5 hours of game play are free.
echo * Imagination Network is installed from the \IMA10000 directory.
echo 2. Quit
echo.
echo Please enter the number for your choice;
query
if errorlevel = 3 goto notavail
if errorlevel = 2 goto drop2dos
if errorlevel = 1 goto install
:notavail
echo Unavailable choice.
echo .
echo .
goto doscreen
goto drop2dos
:install
cls
echo ╔═══════════════════════════════════════════════════╗
echo ║ The ImagiNation Network ║
echo ╟───────────────────────────────────────────────────╢
echo ║ CD-ROM Version ║
echo ╟───────────────────────────────────────────────────╢
echo ║ ║
echo ║ Here is your passport to the world of ║
echo ║ ImagiNation -- the most fun you can have with ║
echo ║ your modem! ║
echo ║ ║
echo ║ Test your skill with flight and sports ║
echo ║ simulators, try your luck at popular casino ║
echo ║ games, or challenge your mind with classic card ║
echo ║ and board games. The fun is just a modem dial ║
echo ║ away... ║
echo ║ ║
echo ║ ║
echo ║ Press 1 - to install ImagiNation ║
echo ║ ║
echo ║ Press 2 - exit to DOS ║
echo ║ ║
echo ║ ║
echo ╚═══════════════════════════════════════════════════╝
what CE 12
if "%what%" == "1" goto install_INN
if "%what%" == "2" goto drop2dos
if "%what%" == "" goto drop2dos
goto doscreen
:install_INN
cd inn
install
:drop2dos
cls