...
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Using the Macro command, users may not send parameters to a Python script directly. However, they can use a batch file to forward the arguments to the Python script. Example: Create the following Python script and name the file 'dummy_python.py'
Afterward, create a batch file that calls the python script. Name the file 'test_python.bat'. Tip: To create a batch file, create a .txt file and manually change the file extension to .bat. Change the path on the second line to match the path where your 'dummy_python.py' file is located.
Finally, in TestView add the Macro command and point to the batch file. This will give:
|
...