Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!zephyr.ens.tek.com!orca.wv.tek.com!pogo!johnk From: johnk@pogo.WV.TEK.COM (John Knippers) Newsgroups: comp.sys.mac.hardware Subject: Re: shutting off the startup page Summary: shutting off the startup page Message-ID: <9850@pogo.WV.TEK.COM> Date: 21 Sep 90 14:35:39 GMT References: <810@dyndata.UUCP> <1990Sep20.165338.4848@ux1.cso.uiuc.edu> Organization: Tektronix Inc., Beaverton, Or. Lines: 12 In article <1990Sep20.165338.4848@ux1.cso.uiuc.edu>, jason@ux1.cso.uiuc.edu (char *myName) writes: > dan@dyndata.UUCP (Dan Everhart) writes: > >How do you shut off the Start-Up page printout on the Personal >LaserWriter NT? Sent the following postscript code: serverdict begin 0 exitserver statusdict begin false setdostartpage This will do it. It you ever want to have it again send the same code but change FALSE to TRUE.