NBT Manual

NBT Commands
NBT Manual—424773-001
3-11
ADD WINDOW
ADD WINDOW
ADD WINDOW creates a static window and associates it with a domain.
ADD WIN[DOW]
WIN and WINDOW are equivalent.
window-name
specifies a window to be added.
The window name must be a pound sign (#) followed by a letter, then 0 to 6 letters
or digits.
The window name qualifies the file name used in Compaq applications to open NBT
files (for example, $NBT.#WIN1).
domain-name
refers to a previously defined domain. If omitted, the DEFAULT DOMAIN, which
must be defined, is used.
SERVICE service-name
consists of an alphabetic followed by 0 to 6 alphanumeric characters, without any
pound sign (#), or the string *NONE*, which cancels the effect of a previous
DEFAULT SERVICE command.
If the service field is omitted, the DEFAULT SERVICE, if any, is used for this
window. If SERVICE *NONE* is specified, or the service field is omitted and
DEFAULT SERVICE is *NONE*, no service is defined for this window.
If no service is defined, this window operates like a standard static window. The
workstation’s PCT.INI file WINDOW_NAME must specify the ADD WINDOW
name. For example:
NBTCOM DEFAULT SERVICE *NONE*
NBTCOM ADD WIN #W234567
PCT.INI WINDOW_NAME=\NODE.$LAN.#W234567
If a service name is defined, the window still acts like a static window, but the
remote workstation PCT.INI WINDOW_NAME uses the service name with a
leading pound sign (#) instead of the window name. For example:
NBTCOM ADD WIN #W234567,SERVICE TACL
PCT.INI WINDOW_NAME=\NODE.$LAN.#TACL
ADD WIN[DOW] window-name
domain-name
[ ,SERVICE service-name ]