home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Krondor (Promo)
/
980804_1901.BIN
/
INN.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-07
|
2KB
|
43 lines
@echo off
:doscreen
cls
echo ╔═══════════════════════════════════════════════════╗
echo ║ ImagiNation CD ║
echo ╟───────────────────────────────────────────────────╢
echo ║ ║
echo ║ This CD contains the software for The ║
echo ║ ImagiNation Network. ║
echo ║ ║
echo ║ To install ImagiNation onto your hard disk, ║
echo ║ press 1. ║
echo ║ ║
echo ║ To exit to DOS press 2. ║
echo ║ ║
echo ║ ║
echo ║ 1 - Install ImagiNation ║
echo ║ 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