Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sun-barr!newstop!sun!amdahl!netcom!bobb From: bobb@netcom.UUCP (Bob Beaulieu) Newsgroups: comp.unix.questions Subject: printing to remote Keywords: tcp-ip Message-ID: <11671@netcom.UUCP> Date: 6 Jul 90 06:53:19 GMT Organization: NetCom- The Bay Area's Public Access Unix System {408 241-9760 guest} Lines: 18 I am having problems getting a print jobs with options thru to a remote system on a pyramid M1 SYSV. The remote is a Plexus P/60 SYSV. If I use the following in Informix sql 2.10.03k it works okay: report to pipe "cat | /usr/ucb/rsh 'lp -d'" What I need though, is to be able to send lp commands from the prompt directly. I have set the 2 systems up on uucp and tried using the uux as: cat | uux /lp! -d; but, it also isn't working right. Should I be spooling the printfile on the local system first and at the sametime having it spooled on the remote system? If anyone can help I'd really appreciate it. Thanks, Bob B.