Files
ncpfs/man/nprint.1
ncpfs archive import 20589ca203 Import ncpfs 0.11
2026-04-28 20:39:57 +02:00

193 lines
2.7 KiB
Groff

.TH NPRINT 1 12/27/1995 nprint nprint
.SH NAME
nprint \- NetWare print client
.SH SYNOPSIS
.B nprint
[
.B -S
.I server
] [
.B -h
] [
.B -n
] [
.B -C
] [
.B -U
.I user name
] [
.B -P
.I password
] [
.B -n
] [
.B -q
.I queue name
] [
.B -d
.I job description
] [
.B -p
.I path name
] [
.B -b
.I banner name
] [
.B -f
.I file name in banner
] [
.B -l
.I lines
] [
.B -r
.I rows
] [
.B -c
.I copies
] [
.B -t
.I tab size
] [
.B -T
] [
.B -N
] [
.B -F
.I form number
]
.B file
.SH DESCRIPTION
With
.B nprint,
you can print files on print queues of a NetWare file server.
There are a lot of options, so you should probably wrap some default
configurations into some shell scripts.
.SH OPTIONS
.B file
.RS 3
.B file
is the name of the file you want to print. If file is '-', or no
filename is given, standard input is used.
.RE
.B -S
.I server
.RS 3
.B server
is the name of the server you want to use.
.RE
.B -U
.I user
.RS 3
.B user
is the user name to use for the print request at the server.
.RE
.B -P
.I password
.RS 3
.B password
is the password to use for the print request at the server. If neither
.B -n
nor
.B -P
are given, and the user has no open connection to the server, nprint
prompts for a password.
.RE
.B -n
.RS 3
.B -n
should be given if no password is required for the print request.
.RE
.B -q
.I queue name
.RS 3
.B queue name
is the name of the print queue to use at the print server. At
present, you must give it in upper case characters.
.RE
.B -d
.I job description
.RS 3
.B job description
is the string that appears in pconsole when you list the jobs for the
print queue. It is also printed somewhere on the top of the banner
page.
.RE
.B -p
.I pathname
.RS 3
.B pathname
is the string you want to be printed on the banner page in the field
'path'.
.RE
.B -b
.I bannername
.RS 3
.B bannername
is the string (up to 12 characters) you want to appear on the lower
part of the banner page.
.RE
.B -f
.I filename
.RS 3
.B filename
is the string (up to 12 characters) you want to appear on the upper
part of the banner page. Default: the name of the file that is
printed, or 'stdin'.
.RE
.B -l
.I lines
.RS 3
.B lines
is the number of lines to put on one page. Default: 66
.RE
.B -r
.I rows
.RS 3
.B rows
is the number of rows to put on one page. Default: 80
.RE
.B -t
.I tabs
.RS 3
.B tabs
is the number of spaces to print for a Tab-Character. Default: 8
.RE
.B -T
.RS 3
tells the print server to expand Tab-Character and use 8 spaces
.RE
.B -N
.RS 3
tells the print server
.B not
to use Form Feeds
.RE
.B -F
.I form number
.RS 3
.B form number
is the the number of the form to be put into the printer. If it's
different from the one currently in the printer, your job is only
printed if a printer operator has put in the correct form.
.RE