TerminalView.Shell (gb.form.terminal)

Function Shell ( Command As String [ , Environment As String[] ] ) As Process

Execute a command inside the terminal view using the SHELL instruction and a virtual terminal.

  • Command is the command string passed to the SHELL instruction.

  • Environment is the command optional environment.

The Process object is returned.