TerminalView.Exec (gb.form.terminal)

Function Exec ( Command As String[] [ , Environment As String[] ] ) As Process
Execute a command inside the terminal view using the EXEC instruction and a virtual terminal.

  • Command is the command string array passed to the EXEC instruction.

  • Environment is the command optional environment.

The Process object is returned.