User guide
NetWare configuration
Page 77
Chapter 2 Installation and Configuration
Printing - NDS & Bindery
To print a job to the IOPRINT+ Print Server SCxxxxxx, you can use NetWare's standard
utilities: CAPTURE, NPRINT, or PCONSOLE.
On-line help for these commands is obtained by typing /? after the command.
(e.g. CAPTURE /? [ENTER] )
In the following examples, print queue P1 is serviced by IOPRINT+ Print Server SCxxxxxx.
To print, the file is sent to print queue P1.
Example 1
To use NPRINT to print the file c:\config.sys to SCxxxxxx, using the queue "P1", use the
command:
NPRINT c:\config.sys /Q=P1 /NOTI /T=4 /NFF /NB
For NPRINT usage and options, see your NetWare documentation.
Example 2
To use CAPTURE to print the file c:\config.sys to the , use the commands:
CAPTURE /L=1 /Q=P1 /NOTI /NT /FF /NB
COPY c:\config.sys LPT1
In this example, output destined for LPT1 is redirected to Print Queue P1.
• Normally, the CAPTURE command is used within a Login script, so that users will
gain automatic access the IOPRINT+ Print Server's printers.
• For CAPTURE usage and options, see your NetWare documentation.