Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cbmvax!uunet!fdls!dougw From: dougw@fdls.UUCP (dougw) Newsgroups: comp.sys.ncr Subject: Tower Multiplan 32 Message-ID: <182@fdls.UUCP> Date: 22 Feb 90 19:39:24 GMT Reply-To: dougw@fdls.UUCP (Doug Walker) Distribution: comp.sys.ncr Organization: Oregon Department Of Agriculture, Salem, OR Lines: 37 We are using release 2.01.01 of Tower Multiplan 32 on an NCR Tower 32/650 under NCR Unix 02.01.01. This version supports setting a 'printer' environmental variable to tell Multiplan the printer that is to be used for the Multiplan session. We use both the lp and lpr spoolers. Example settings of the 'printer' environmental variable that we use are: printer="lpr -pt lp00" # For lpr spooler; and printer="lp -c -s -0n -dlp05" # For lp spooler; then export printer # To pass it to the /usr/bin/mp startup script This works fine. 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 So, to select this mode of printing under Tower Multiplan 32, we do the following: printer="auxptr" export printer /usr/bin/mp When the user then chooses the PRINT option within Tower Multiplan 32, the option executes but does not send printed output to the attached auxilliary printer. It acts as if it bypassed the printing completely. Does anyone know of a work around to allow NCR Tower Multiplan 32 to print to an attached printer?