ACC Utilities Reference Guide

ZMNTR - ZCOM Runtime Monitor
Commands
Chapter 3 91
NOTE While most ZMNTR commands are not case sensitive (ie upper and lower
case are treated the same), the filename in the TR command must be
entered with the correct case.
The file must contain the ZMNTR commands to be executed. They are
entered as they would be in the interactive mode. Comment lines must
begin with an asterisk followed by a space, followed by the comment.
Blank lines are allowed.
For example the file example.cmd might contain:
??
tt 1 10
* this is a comment
mx 0
ex
This would be invoked by
ZMNTR> tr example.cmd
It would execute the commands and then exit from ZMNTR. It could also
be invoked from the shell command:
$ zmntr tr example.cmd
Note that if the ex command is omitted from the end of the command file
ZMNTR will return to the ZMNTR> prompt rather than the shell prompt
$ when it completes the file.