home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 10
/
1995-09_Disc_10.iso
/
imagine
/
inn
/
inn.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-11
|
2KB
|
47 lines
@echo off
:doscreen
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
install
:drop2dos
cls