home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Player 1994 January
/
CdPlayer94-01.iso
/
demos
/
xeen
/
demo.bat
next >
Wrap
DOS Batch File
|
1992-07-01
|
76b
|
8 lines
@echo off
:start
xeen demo
if errorlevel 1 goto end
goto start
:end