APIRunShellCommandWithOutput Method |
Runs specified Command Prompt shell command and returns its output.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string RunShellCommandWithOutput(
Object CommandToRun
)
Parameters
- CommandToRun
- Type: SystemObject
Command prompt shell command.
Return Value
Type:
StringReturns string containing 'success' with the Command Prompt output, or error message.
See Also