We use the command recommended by Martin Gilbert. If you like, I can send you a copy of one of our output queues to show the various parameters.
Here’s an example of how I set up virtual printers:
CRTOUTQ OUTQ(PRT14) + RMTSYS(*INTNETADR) + RMTPRTQ(PRT14) + AUTOSTRWTR(1) + CNNTYPE(*IP) + DESTTYPE(*OTHER) + MFRTYPMDL(*XRX4235) + INTNETADR(’10.10.10.12′) + DESTOPT(XAIX) + SEPPAGE(*NO) + TEXT(‘Xerox WorkCentre M35′)
This creates the outq and the Remote Writer and starts the writer. Afterwards use the ENDWTR and STRRMTWTR commands.
That would be great, thanks….can send to jlynch@sorrentolactalis.com
We use the command recommended by Martin Gilbert.
If you like, I can send you a copy of one of our output queues to show the various parameters.
Here’s an example of how I set up virtual printers:
CRTOUTQ OUTQ(PRT14) +
RMTSYS(*INTNETADR) +
RMTPRTQ(PRT14) +
AUTOSTRWTR(1) +
CNNTYPE(*IP) +
DESTTYPE(*OTHER) +
MFRTYPMDL(*XRX4235) +
INTNETADR(’10.10.10.12′) +
DESTOPT(XAIX) +
SEPPAGE(*NO) +
TEXT(‘Xerox WorkCentre M35′)
This creates the outq and the Remote Writer and starts the writer. Afterwards use the ENDWTR and STRRMTWTR commands.
That would be great, thanks….can send to jlynch@sorrentolactalis.com