![]() |
|
#1
|
|||
|
|||
Hi Andy,
I just wanted to update you on a new feature of vizard. You can now pass arguments to a script from the command line. For example if you wanted to specify an input and output file you would do the following: >"C:\...\Vizard.exe" myscript.py -r -a in.dat out.dat Then in your vizard script you would read in the arguments through the variable 'viz.args', which is a list of strings. In the example above, viz.args would be ['in.dat','out.dat'] -- farshid |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|