CommandManager.StartExecutable Method
Parent Object: CommandManagerDescription
Method that causes the specified executable to be run. Using the Parameters argument you can also pass arguments to the executable.
Syntax
CommandManager.StartExecutable( ExecutableName As String, Parameters As String )Parameters
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. |