home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Giga CD 1995 April
/
Giga041995.iso
/
dos
/
cyberia
/
zips
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-13
|
91b
|
9 lines
@echo off
SET DOS4G=quiet
:start
cybplay
if ERRORLEVEL 9 goto end
goto start
:end