home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Groovy Bytes: Behind the Moon
/
groovybytes.iso
/
GROOVY
/
DEMOS
/
MISC_DEM
/
KOSTO.ZIP
/
DEMO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-01-21
|
230 b
|
21 lines
@echo off
cls
echo.
echo.
echo Do You Have a GUS [Y/N]
echo.
choice /C:yn
if errorlevel 2 goto nope
if errorlevel 1 goto yep
:nope
kostomob.exe
goto end
:yep
boomgus.exe mtbb.mod kostomob.exe
goto end
:end