NetBatch Manual

Commands
NetBatch Manual522460-004
6-92
EXIT Command
END LIST
Executor EXEC-01 deleted
EXIT Command
Use the EXIT command to end an interactive BATCHCOM session. The command
stops the BATCHCOM process and returns you to the process from which you started
the session.
Considerations
The EXIT command is available to all users.
Creating an end-of-file (EOF) condition by pressing CTRL/Y has the same effect as
the EXIT command.
Examples
This example shows the EXIT command ending a BATCHCOM session started from a
TACL process:
> BATCHCOM .
.
1} EXIT
>
This example shows the effect of pressing CTRL/Y during a BATCHCOM session:
> BATCHCOM .
.
1} EOF!
>
E[XIT]
FC Command
Use the FC command to retrieve, edit, and reexecute command lines from
BATCHCOM’s history buffer. (FC is an abbreviation of fix command.)
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.
E[XIT]
F[C] [ num | - num | text ]