Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!usc!ucsd!ogicse!emory!att!dptg!lzga!jlw From: jlw@lzga.ATT.COM (Joe Wood) Newsgroups: comp.lang.postscript Subject: Re: pscal problems... Keywords: pscal, calendar Message-ID: <1747@lzga.ATT.COM> Date: 6 Jan 90 13:00:38 GMT References: <1990Jan5.165608.27526@uunet!unhd> Reply-To: jlw@lzga.UUCP (Joe Wood) Distribution: comp.lang.postscript Organization: AT&T BL Middletown/Lincroft NJ USA Lines: 22 Sorry to have left out of my posting that there will need to be a little local modification. The line in the shell script where it says: LPR="imprint ... is a localism from around here. What you need to do is find out what the local PostScript printer command is to send the output to the printer without further interpretation. What you see here is a hack that works at Bell Labs Lincroft, NJ. You might need to change it to something of the form: LPR="lp -ocat" or some such. Also the -d option is a localism to my personal UNIX-PC and printer which send the output to the printer directly without the lp spooler. Otherwise the status messages get lost in the great bit bucket in the sky. Joe Wood jlw@lzga.ATT.COM