1.How to use code let workbench read Journal script? 2.How to use code let SCDM red .py file?
Workbench:RunScript(r"D:\Temp\test.wbjn")
RunScript(r"D:\Temp\test.wbjn")
SCDM:execfile(r"D:\Temp\SC_script.py")
execfile(r"D:\Temp\SC_script.py")
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.