home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
graf_a_g
/
genoawin
/
disk2
/
85demo.exe
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-11-11
|
317b
|
18 lines
@echo off
:start
rem 640x480x16m
tga city /ro%1
if errorlevel 1 goto exit
tga colors /rob%1
if errorlevel 1 goto exit
tga ring /ro%1
if errorlevel 1 goto exit
tga pearl /ro%1
if errorlevel 1 goto exit
tga vase /ro%1
if errorlevel 1 goto exit
tga ball /ro%1
if errorlevel 1 goto exit
goto start
:exit