ICommandExecuter.ExecuteShellCommand(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes a shell command.
public:
ManagedBatchParser::ParserAction ExecuteShellCommand(System::String ^ command);
public ManagedBatchParser.ParserAction ExecuteShellCommand (string command);
abstract member ExecuteShellCommand : string -> ManagedBatchParser.ParserAction
Public Function ExecuteShellCommand (command As String) As ParserAction
Parameters
- command
- String
The shell command.
Returns
The parser action, either Abort or Continue.