auto read script

Helen
Helen Member Posts: 2

1.How to use code let workbench read Journal script?
2.How to use code let SCDM red .py file?

Comments

  • Landon Mitchell Kanner
    Landon Mitchell Kanner Member, Employee Posts: 123
    25 Likes 5 Answers 10 Comments First Anniversary

    Workbench:
    RunScript(r"D:\Temp\test.wbjn")

    SCDM:
    execfile(r"D:\Temp\SC_script.py")

  • Mike.Thompson
    Mike.Thompson Member, Employee Posts: 153
    100 Comments 25 Likes 5 Answers First Anniversary

    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.