1NWPJMV(1) nwpjmv NWPJMV(1)
2
3
4
6 nwpjvm - Move print job to Unix queue
7
9 nwpjmv [ -S server ] [ -h ] [ -U user name ] [ -P password | -n ] [ -C
10 ] [ -q queue name ] [ -c command ] [ -j job number ] [ -d ]
11
12
14 nwpjmv is a program that connects to print queues on NetWare servers
15 and moves a designated print job to a Unix queue.
16
17
19 -h
20 -h is used to print out a short help text.
21
22 -S server
23 server is the name of the server you want to use.
24
25 -U user
26 user is the print server name at the server.
27
28 -P password
29 password is the password to use for the print server at the server.
30 If neither -n nor -P are given, and the user has no open connection
31 to the server, pserver prompts for a password.
32
33 -n
34 -n should be given if the print server does not require a password.
35
36 -C
37 By default, passwords are converted to uppercase before they are
38 sent to the server, because most servers require this. You can turn
39 off this conversion by -C.
40
41 -q queue name
42 queue name is the name of the print queue you want to service.
43
44 -c command
45 nwpjmv removes the designated job from the Novell queue and feeds
46 the job file to stdin. command is the printing command that is exe‐
47 cuted for each job. The default command is 'lpr'.
48
49 You can insert several flags into the command, preceded by %. These
50 are replaced with values retrieved from the queue structure for the
51 print job.
52
53 %u: This field will be replaced by the name of the user who posted
54 this print job.
55
56 %d: This field will be replaced by the job description field of this
57 print job.
58
59 -j job number
60 This designates the ID number of the print job to be moved.
61
62 -d causes extra error messages to be logged.
63
64
65
67 nwclient(5), slist(1), pqlist(1), ncpmount(8), ncpumount(8), pserver(1)
68
69
71 nwpjmv was written by Bruno Browning (bruno@lss.wisc.edu) based on
72 pserver by Volker Lendecke (lendecke@math.uni-goettingen.de)
73
74
75
76nwpjmv 03/15/2003 NWPJMV(1)