JANUS DISPLAYREMOTE: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:JANUS DISPLAYREMOTE}} <span class="pageSubtitle"><section begin="desc" />DISPLAYREMOTE<section end="desc" /></span> This displays the definitions of remote serv...")
 
m (1 revision)
(No difference)

Revision as of 17:13, 28 February 2011

<section begin="desc" />DISPLAYREMOTE<section end="desc" />


This displays the definitions of remote servers for the specified ports and/or remote servers.

Syntax

<section begin="syntax" /> JANUS DISPLAYREMOTE portname remotename <section end="syntax" />

JANUS DISPLAYREMOTE command syntax

Where 'portname' identifies the ports whose remote server definitions are to be displayed, and 'remotename' identifies the remote server names to be displayed. The portname and remotename criteria jointly constrain the display.

JANUS DISPLAYREMOTE WIZ* TIN*

The above example would display the remote server definitions for remote servers beginning with "TIN" (TINMAN, TINSOLDIER, TINA, etc.) which were associated with ports beginning with "WIZ" (WIZARD, WIZBANG, etc.).

JANUS DISPLAYREMOTE output is in the form of a series of JANUS DEFINEREMOTE commands, and may be captured for re-execution with a Model 204 USE command or with a $COMMxxx function, as described in Sirius Functions Reference Manual.

Valid abbreviations for DISPLAYREMOTE are DISREM, DISREMOTE and DISPLAYREM.

JANUS DISREM * HO???

In the above example, remote server definitions are displayed for those with names that are 5 characters long beginning with "HO" (HOMER, HOLLY, etc.). on any port (specified by the "*").