Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!ogicse!emory!hubcap!ncrcae!sauron!wescott From: wescott@Columbia.NCR.COM (Mike Wescott) Newsgroups: comp.sys.ncr Subject: Re: Tower Multiplan 32 Message-ID: <2015@sauron.Columbia.NCR.COM> Date: 26 Feb 90 18:17:38 GMT References: <182@fdls.UUCP> Sender: news@sauron.Columbia.NCR.COM Reply-To: wescott@micky.Columbia.NCR.COM (Mike Wescott) Distribution: comp.sys.ncr Organization: E&M-Columbia, NCR Corp, W Columbia, SC Lines: 17 In article <182@fdls.UUCP> dougw@fdls.UUCP (Doug Walker) writes: > We also use NCR 4940 terminals and have auxilliary printers attached to > several of them. To send output to an attached auxilliary printer, we have > been using the following auxptr shell script: > trap 'echo "^T"' 0 1 2 3 15 > echo "^X" # Turns on transparent mode of NCR 4940 auxilliary port > cat $@ > echo "^T" # Turns off transparent mode of NCR 4940 auxilliary port The question is, does multiplan invoke its printer and pass data via a pipe or does it write a temporary file and pass the file name to the printer spooler. If it uses a pipe $@ may not contain a file name. -- -Mike Wescott mike.wescott@ncrcae.Columbia.NCR.COM