Path: utzoo!attcan!uunet!ogicse!milton!jdunlap From: jdunlap@milton.u.washington.edu (John Dunlap) Newsgroups: comp.sys.hp Subject: Re: how can I print to a remote lpr? Message-ID: <8582@milton.u.washington.edu> Date: 4 Oct 90 15:41:22 GMT References: <9898@pogo.WV.TEK.COM> <5570501@hpfcdc.HP.COM> Organization: University of Washington, Seattle Lines: 13 I have implemented remote line printing from an HP-9000/375 with HP ARPA Services to an HP-9000/550 with Wollongong TCP/IP by installing a "remsh" command in the 375's line printer model that sends standard in to the "lp" command on the 550. This works very well. I have also implemented remote line printing to a Masscomp-5600 RTU 4.0 by putting a script in our /usr/local/bin that does approximately "remsh masscomp -l special_user \| lp". This works very well also. I will email the stuff to those interested. John dunlap@apl.washington.edu