ACC Utilities Reference Guide

ZMNTR - ZCOM Runtime Monitor
Running ZMNTR (ZCOM Runtime Monitor)
Chapter 370
will start ZMNTR, execute the TT command, and then exit from ZMNTR
returning to the shell prompt. This command may also be entered with
commas as delimiters between the command parameters, but must have
a space between ZMNTR and the TT command, for example:
$ zmntr tt,1,5
is allowed, but:
$ zmntr,tt,1,5
is not allowed.
Running from a command file
ZMNTR may also be run from a command file. The command file may be
invoked in two ways. Firstly from the interactive mode by entering the
TR command followed by the file name, or from the shell command line.
For example:
ZMNTR> tr command.file
$ zmntr tr command.file
Refer to the TR command description for more details on command files.
Command stack
If ZMNTR is run interactively from an HP terminal (such as HP2392, or
700/92), or a window emulating an HP terminal, a command stack
facility is available to allow easy repetition of previously used commands,
and editing of those commands for reuse.
The command stack is displayed by entering / causing ZMNTR to display
the list of most recently used commands on the screen. For example:
ZMNTR> /
---Commands---
tt 1 100
?
mx 0 1
di 1 100
ZMNTR positions the cursor at the bottom of the list. Any of the
commands may be reused by positioning the cursor on the desired line
and pressing <Return>. If the command needs to be changed before
reusing, then it can be modified on the screen before pressing <Return>.