Description
Executes a command and returns the output.
Syntax
Shell.runConsole(command);
Parameters
Returns
String. Returns the output of the command.
Example
trace(Shell.runConsole("ping 192.168.100.58"));