home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Attack (Unknown Issue 102)
/
PC_Attack_Magazine_102_Interplay_1995.iso
/
cyberia
/
demo.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-08-26
|
91 b
|
9 lines
@echo off
SET DOS4G=quiet
:start
cybplay
if ERRORLEVEL 9 goto end
goto start
:end