home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Voyeur
/
Voyeur.iso
/
demos
/
cyberia
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-26
|
91b
|
9 lines
@echo off
SET DOS4G=quiet
:start
cybplay
if ERRORLEVEL 9 goto end
goto start
:end