"SelectTerminalWindow"

This token has not been fully integrated into the long-term Wolfram Language, and is subject to change.

"SelectTerminalWindow"

is a front end token that opens a terminal window to the machine specified by a kernel name.

Details

  • "SelectTerminalWindow" requires a parameter that is the kernel name. The name must specify a connection to a remote UNIX host.
  • "SelectTerminalWindow" always opens a new terminal window; it does not select one that already exists.
  • A typical use is FrontEndExecute[FrontEndToken["SelectTerminalWindow"]].