HP3000-L Archives

October 1999, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
John Saylor <[log in to unmask]>
Reply To:
John Saylor <[log in to unmask]>
Date:
Tue, 26 Oct 1999 17:21:29 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
If you have a spoolfile that you want to direct to two or more printers with
NBSPool you would include logic in your background job that would do
something like this:

Let's say you have a spoolfile called ACCTRPT that you want to print on
device LP, ACCTLP and NETLP anytime it shows up in the spooler. Your NBSpool
background job would have this logic in it:

WHILE ACCTRPT
  COPY !CURRENT TO NETLP;PTYPE=LJ <<if this a network printer using a
jetdirect card>>
  COPY !CURRENT TO NTSERVER;LPR;DEST="ACCTLP" <<sends to an NT print
server>>
  ALTER !CURRENT;PRI=12;DEV=LP <<raise the priority to 12 and alter the
device to LP>>
END

So every time this spoolfile shows up in the spooler a copy gets sent to
NETLP, a copy gets sent to an NT print server with a queue name of ACCTLP
and the original spoolfile gets altered to device LP with a priority of 12
and it prints.

John Saylor
800.306.9329 x8422

-----Original Message-----
From: [log in to unmask] [mailto:[log in to unmask]]
Sent: Monday, October 25, 1999 9:12 AM
To: hp3000-l@raven
Cc: [log in to unmask]
Subject: HP3000 output to two logical devices


Dear Listeners,

Is there a way to print output from the HP3000 to two logical devices, if
the user has specified a single device?  Or is there a way to send all out
to two logical devices concurrenly?

Charles Anton
The Support Group Inc.
314-616-9249

ATOM RSS1 RSS2