home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1996 May
/
PCA0596.ISO
/
demos
/
anvil
/
demo.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-05-03
|
103 b
|
8 lines
@echo off
:DEMO
demo\d /loop /norestore /dir=demo
anvil
if ERRORLEVEL 1 goto OUT
goto DEMO
:OUT