home *** CD-ROM | disk | FTP | other *** search
- @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
-