RunExternalProcess
Alias:RunExternalProcess
, ProcessStart
, StartProcess
Output:Unit
Runs an external executable program.
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
Path | string | ✔ | 1 | The path to the external process | |
Arguments | array<string> | 2 | No arguments | Arguments to the step. | |
Encoding | EncodingEnum | 3 | Default encoding | Encoding to use for the process output. |