Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!ncar!scdpyr!hpoppe From: hpoppe@scdpyr.ucar.edu (Herb Poppe) Newsgroups: comp.sys.mac Subject: Re: Initialization Page Keywords: LaserWriter Message-ID: <232@ncar.ucar.edu> Date: 20 May 88 14:31:17 GMT References: <5444@bloom-beacon.MIT.EDU> Sender: news@ncar.ucar.edu Reply-To: hpoppe@scdpyr.UCAR.EDU (Herb Poppe) Organization: Scientific Computing Division/NCAR, Boulder CO Lines: 39 In article <5444@bloom-beacon.MIT.EDU> sorensen@hstbme.mit.edu.UUCP (A. Gregory Sorensen) writes: >OK, I know this must be common knowledge, but... > >I have heard there is a way to keep the LaserWriter (and LW Plus?) from >printing out its initialization page when you first turn it on. >I heard this tip was given in Macworld June 87. (Which I don't have access >to.) Does anyone know how to do this? Frequent off/on cycles (e.g. daily) >are using up ink and paper I'd like to save. > >thanks, > >Greg Sorensen The following PostScript programs allow one to disable or enable the printing of the "start page". % This script disables the printing of the startup page. serverdict begin 0 exitserver statusdict begin false setdostartpage end % This script enables the printing of the startup page. serverdict begin 0 exitserver statusdict begin true setdostartpage end The "0" before "exitserver" is the password which allows one to change the persistent printer parameters. "0" is the default password. It is possible that the password on your printer has been set to some other value. If you plan to do this from a Mac, you will need a utility such as "SendPS" to send the PostScript program to the printer. Herb Poppe NCAR INTERNET: hpoppe@scdpyr.UCAR.EDU (303) 497-1296 P.O. Box 3000 CSNET: hpoppe@ncar.CSNET Boulder, CO 80307 UUCP: hpoppe@scdpyr.UUCP