Start robot/process from Python script + Add arguments as parameters

Hi @PythonDev85,

You could try reading this post, which shows how you can use the Start-Process with input arguments.

One caveat is it reverts to Python path so modules it has access to are on the global installations.

1 Like