NBSpool for MPE Reference Guide

Chapter 3
3-60
MOVE Syntax for LPR/LPD Routed Destinations
O> MOVE [subset] TO nodename ;LPR
;DEST=”device[ options]”
[;COPIES=copies ]
[;NOBANNER ]
[;NOENV ]
[;PRINTER=printername ]
[;START=record ]
[;TIMEOUT=seconds ]
[;RETRY ]
[;RETRYDELAY=seconds ]
MOVE Parameters for LPR/LPD Routed Destinations
Parameter Description
subset
This parameter specifies the subset of spool files to be moved. Turn to
Chapter 2 for information on using subsets.
nodename
This parameter specifies the node name defined in the network directory
field in the
NMMGR
utility.
copies
This parameter specifies the number of copies used when creating the
spool file on the remote computer. This must be between
1
and
127
.
NOBANNER
This parameter prevents a banner page from being emitted when sending
to the NetWare PLPD process.
NOENV
This parameter prevents Term Type file initialization strings from being
added to the output data. By default, these strings will be inserted in the
output data.
options
This parameter specifies a string passed to the remote UNIX computer.
This string is passed verbatim to the
lp
command when the spool file is
submitted for printing. The quotes are mandatory.
printername
This parameter specifies the name of a configured printer definition.
Printer definitions are maintained by the
PRINTDEF
program.
record
This parameter specifies the first record in the spool file that will be sent
to the remote system or printer. The
LIST
command can be used to
determine this number.
Continued