home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games 3
/
cd.iso
/
cyberia
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1994-12-12
|
91b
|
9 lines
@echo off
SET DOS4G=quiet
:start
cybplay
if ERRORLEVEL 9 goto end
goto start
:end