home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April B
/
Pcwk4b98.iso
/
Gry
/
BustMove
/
BAM2.BAT
next >
Wrap
DOS Batch File
|
1997-04-03
|
199b
|
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