home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Entertainment 7
/
Interactive_Entertainment-CD_Rom-EPISODE_7.toc.bin
/
hammer.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-31
|
287b
|
13 lines
@echo off
cd\demos\hammer
setsound USEEXISTING NODETECT %1 %2 %3 %4 %5 %6 %7 %8 %9
if ERRORLEVEL 1 goto Done
:StartOver
cd intro
hamint /z %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
hamdemo /z %1 %2 %3 %4 %5 %6 %7 %8 %9
if ERRORLEVEL 24 goto Done
if ERRORLEVEL 23 goto StartOver
:Done