PDA

View Full Version : Current state of command line arguments?


JimC
06-18-2009, 08:03 AM
Hi,

I've been launching scripts from the commandline using just "winviz <script.py>" (in the script directory). That seems to work fine, except that if I pass additional arguments the first one after the script name disappears. In the Vizard FAQ I found and item "Can I pass arguments to a script from the command-line?" that refers to a nonexistent forum thread.

So what is the story on passing arguments?

Thanks,
-Jim C.

farshizzo
06-18-2009, 01:07 PM
The following knowledge base article describes how to pass command line arguments to Vizard scripts:

http://kb.worldviz.com/articles/1106

The next version of the documentation will use this link.

JimC
06-18-2009, 02:18 PM
Thanks.

Just out of curiosity, what does vizard do with that first argument after the script path?