Shell.execute

Executes a command via std.process.executeShell, and collects its results.

class Shell
static
execute
(
string command
)

Parameters

command string

The command string to execute.

Return Value

Type: Result

The Result of the execution.

Meta