Interface Run
access this type via: os.Run (provides, requires or uses)
Launch system commands on the host OS.
Functions
RunStatus execute(char cmd[])
RunStatus execute(char cmd[])
Execute a command and wait until the command has finished executing, returning its status when it does so.