home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Player 1994 January
/
CdPlayer94-01.iso
/
demos
/
cyberace
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1993-03-30
|
158b
|
13 lines
@echo off
sbfmdrv >nul
sound
:loop
first
if errorlevel 1 goto end
crdemo
if errorlevel 1 goto end
second
if errorlevel 1 goto end
goto loop
:end