home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
moray
/
trace.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-10
|
344b
|
8 lines
@echo off
REM This file is a batch file I use to start POV-Ray. If you want to use
REM your own, make sure the first argument ('%1') is the scene file without
REM an extension. GO.BAT will call this with the scene filename as the first
REM argument.
c:\povray2\povray.exe c:\povray2\pvray.def -i%1.pov -o%1.tga %2 %3 %4 %5 %6 %7 %8 %9