auto read script
Helen
Member Posts: 4 **
in Structures
1.How to use code let workbench read Journal script?
2.How to use code let SCDM red .py file?
0
Comments
-
Workbench:
RunScript(r"D:\Temp\test.wbjn")
SCDM:
execfile(r"D:\Temp\SC_script.py")
0 -
execfile is a python function and not tied to an API. It runs the script from the given file.
SCDM also has the ability to file>open a .py file and the scripting console will open it. You can then “run” the file from the console play button.
WB has a console for commands, but no functionality to open a .py file.0