home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Net Power 1997 August
/
NETDisc0897.iso
/
pc
/
games
/
bam
/
bam2.bat
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
|
1997-04-03
|
188 b
|
12 lines
@echo off
echo *
echo * To play the Bust-A-Move 2(tm): Arcade Edition demo
echo * press any key, otherwise press ESC to quit:
getkey
if errorlevel 1 goto quit
cd bam2demo
bm2
cd ..
:quit