POV-Ray : Newsgroups : povray.general : POV, Command line, ... : Re: POV, Command line, ... Server Time
14 Aug 2024 01:18:46 EDT (-0400)
  Re: POV, Command line, ...  
From: GrimDude
Date: 11 Apr 1998 02:10:26
Message: <6gn1mk$5t3$1@oz.aussie.org>
>
>i.e.
>povray.bat :
>d:\povray\bin\pvengine %1% %2%
>
I think you want:
D:\povray\bin\pvengine %1 %2 %3 etc.

%0 contains the name of the batch file, %1 contains the first parameter, %2
contains the second, and so on.

- Grim


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.