Two ways:
-_RunPythonScript (
#code goes here
)
Better way I find is to save your scripts in one location and add a reference to it:
-_RunPythonScript "c:\script_directory\your_pythonscript.py"
Two ways:
-_RunPythonScript (
#code goes here
)
Better way I find is to save your scripts in one location and add a reference to it:
-_RunPythonScript "c:\script_directory\your_pythonscript.py"