NBSpool for MPE Reference Guide

Chapter 3
3-50
MOVE Syntax for UNIX Destinations
O> MOVE [subset] TO nodename ;HPUX="options"
[;COPIES=copies ]
[;DEST="destination" ]
[;DUP ]
[;PRINTER=printername ]
[;START=record ]
[;TIMEOUT=seconds ]
[;RETRY ]
[;RETRYDELAY=seconds ]
MOVE Parameters for UNIX Destinations
Parameter Description
subset
This parameter specifies the subset of spool files to be copied. Turn to
Chapter 2 in this guide for information on using subsets.
nodename
This parameter specifies the name of the HP-UX system as defined in the
network directory in
NMMGR
utility.
options
A string passed to the remote HP-UX computer. This string is passed
verbatim to the
lp
command when the spool file is submitted for printing.
The quotes are mandatory.
copies
This parameter specifies the number of copies used when creating the spool
file on the remote computer. Must be between
1
and
127
.
destination
This parameter specifies the destination printer on the remote HP-UX
computer. Same as specifying the
-d
option on an
lp
command. This
requires the
HPUX
option.
DUP
This parameter causes a spool file to be sent multiple times to the
destination if the number of copies is greater than one. Useful if the
destination does not support multiple copy printing.
HPUX
This parameter specifies that the target computer is an HP-UX computer.
The options string is optional.
printername
This parameter specifies the name of a configured printer definition. Printer
definitions are maintained by the
PRINTDEF
program.
line
This parameter specifies the number of the line or record at which you want
NBSpool to begin moving the file.
Continued