![]() |
|
#2
|
|||
|
|||
|
Hi,
To run a Vizard script from the command line you need to execute 'Vizard.exe' and pass the file name and "-r" as the arguments. This will basically open up the main Vizard program and immediatley run the specified script. Here's an example: C:\Program Files\Vizard\bin\Vizard C:\myscript.py -r One thing to note, if there are spaces in the name of your script path you need to inclose it within quotes: C:\Program Files\Vizard\bin\Vizard "C:\my script.py" -r Good Luck! -- farshid |
|
|