Xref: utzoo comp.protocols.tcp-ip:12030 comp.periphs.printers:332 comp.protocols.tcp-ip.domains:180 comp.unix.questions:23509 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!apple!netcom!bobb From: bobb@netcom.UUCP (Bob Beaulieu) Newsgroups: comp.protocols.tcp-ip,comp.periphs.printers,comp.protocols.tcp-ip.domains,comp.unix.questions Subject: Printing with TCP-IP Keywords: Spooler help Message-ID: <11545@netcom.UUCP> Date: 4 Jul 90 05:03:31 GMT Followup-To: poster Organization: NetCom- The Bay Area's Public Access Unix System {408 241-9760 guest} Lines: 22 We just got a pyramid M1E (mips) based system (sysv) at work and have it set up at work running informix 2.10.03K sql 4gl. It connected to a Plexus P/60 (m68000) (sysv) via ethernet tcp-ip. I am having no problem sending data to a printer on the Plexus in Informix using the following command (while on the pyramid):: report to pipe "cat |/usr/ucb/rsh 'lp -d'" But, what I can't do it send OPTIONS to a printer on the Plexus side from the Pyramid? I've tried modifying/creating various interface script to handle #of copies and various printer control options (compress,etc.) and would appreciate any help ... I would like to end up with a script that can take an 'lp -d' command and send this, and any -o options on one system and send the command thru the ethernet to the on another system. Thanks for any help. Bob Beaulieu