Moo_Shell  -  Runs shell commands and returns the output.

Moo_Shell ( sShellCommand );

The function returns the result of the shell command or an error code.

Parameters

NameTypeRequiredDefaultDescription
sShellCommandStringYes Shell command to run.

Return Value

Returns the description from the error code.

Errors

None.