NetBatch Manual

Commands
NetBatch Manual522460-004
6-200
? Command
To execute the fourth command line preceding the current command line:
7} ! -4
7} SWITCHCPU SCHEDULER
Scheduler CPUs switched
8}
To execute the latest command line that begins with ST:
7} ! ST
7} STATUS SCHEDULER
SCHEDULER STATUS
Process : \MELBDEV.$SCHD Primary : 1,67 Backup : 3,38
Database: \MELBDEV.$DATA7.SCHD
Logfile : \MELBDEV.$DATA7.SCHD.LOGAAE
Time : 06OCT94 12:42:19 .
.
8}
? Command
Use the ? (question mark) command to display command lines from BATCHCOM’s
history buffer.
num
is a positive integer identifying a line in the history buffer.
- num
is a negative integer identifying a line in the history buffer relative to the current
line.
text
is a character string identifying the latest line in the history buffer beginning with
the string.
Considerations
The ? command is available to all users.
If no line in the history buffer matches your specification, this message appears:
0541-I No such line
Entering ? with no parameter displays the latest line from the history buffer (? is the
same as ? -1).
You can execute a displayed command by pressing RETURN after the
BATCHCOM prompt returns.
? [ num | - num | text ]