pcons [options] [<operation>] [<name>] [<command>] [<command_args>]
Display help.
Display verbose information.
The operation to perform. Defaults to list
.
List the currently running persistent consoles.
Create a new persistent console.
Attach the current console to an existing persistent console.
Effectively the same as a new
followed by a connect
. However, if a persistent console of the specified name already exists, no error is reported. Note, in this circumstance the command
argument is ignored.
Detach the current console from the peristent console that is connected to.
The name of the persistent console to use. For list
, this is used as a match string and defaults to *
. For disconnect
, defaults to the current persistent console if not given. Must be provided for connect
. [string]
The executable to be launched within a new persistent console. Only applicable for new
and start
operations. Defaults to fshell
. [string]
The arguments for the executable to be launched within a new persistent console. Any further arguments or options will be coalesced into this one. [string]
Manipulates persistent console objects.
Commands:
Tool-kit documentation:
Persistent Consoles, Consoles
Copyright (c) 2006-2010 Accenture. All rights reserved.