Allows some basic command execution.
| Methods | ||
|---|---|---|
public
static
|
newWindow(string $command, boolean $keepOpen = false): void
|
# |
public
static
|
run(string $command, boolean $silent = false, boolean $returnOutput = false, int $expectedExit = 0): boolean|array
|
# |
public
static
|
returnNewWindow(string $command): string|false|null
|
# |
public
static
|
startScript(): string
|
# |