SYNTAX

    pcons [options] [<operation>] [<name>] [<command>] [<command_args>]


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

Display verbose information.


ARGUMENTS

[<operation>]

The operation to perform. Defaults to list.

list

List the currently running persistent consoles.

new

Create a new persistent console.

connect

Attach the current console to an existing persistent console.

start

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.

disconnect

Detach the current console from the peristent console that is connected to.

[<name>]

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]

[<command>]

The executable to be launched within a new persistent console. Only applicable for new and start operations. Defaults to fshell. [string]

[<command_args>]

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]


DESCRIPTION

Manipulates persistent console objects.


SEE ALSO

Commands:

console, ioinfo

Tool-kit documentation:

Persistent Consoles, Consoles


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.