Method that causes the specified executable to be run. Using the Parameters argument you can also pass arguments to the executable.
Name | Type | Description |
ExecutableName | String | Input String that contains the full path of the executable. |
Parameters | String | Input string that contains the parameters. An empty string is valid in the case where the executable doesn't have any input arguments. |