ITEM: CB3000L

How to send the output of one queue to two printers?


ENV:
        AIX 3.2.5
        7013-520
DESC:
        How can I create a print queue to send jobs to two printers?
ACT:
        One of the queues that you want to go to is PostScript printer
        only, so the job has to be enscripted.  The other is just a
        remote queue that prints ASCII.  I Suggest creating a new print 
        queue that has a shell script backend that does something like:

        \#!/bin/ksh
        qprt -Pqueue1 $*
        qprt -Pqueue2 $*

        Any jobs queued to this queue would get requeued to two other
        queues (queue1 and queue2)



Support Line: How to send the output of one queue to two printers? ITEM: CB3000L
Dated: July 1996 Category: N/A
This HTML file was generated 99/06/24~13:30:18
Comments or suggestions? Contact us