Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!purdue!decwrl!labrea!Portia!mouser From: mouser@Portia.Stanford.EDU (Michael Wang) Newsgroups: comp.sys.mac Subject: Re: LaserWriter II NT, how to avoid first test page? Message-ID: <3523@Portia.Stanford.EDU> Date: 31 Aug 88 17:06:13 GMT References: <21417@sri-unix.SRI.COM> Reply-To: mouser@portia.stanford.edu (Michael Wang) Organization: Stanford University Lines: 27 In article <21417@sri-unix.SRI.COM> felix@AI.SRI.COM (Francois Felix INGRAND) writes: > I know (I did it already) that there is a command to turn off the printing of > the test page (when you turn the power on). > > Anybody around remember this incantation... To DISABLE printing of the test page, send to the LaserWriter: serverdict begin 0 exitserver statusdict begin false setdostartpage To ENABLE printing of the test page, send to the LaserWriter: serverdict begin 0 exitserver statusdict begin true setdostartpage BTW, you don't need the spaces in front of the word 'serverdict'. They're just there for aesthetic purposes. :-) -Michael Wang +--------------+------------------------------------------------------------+ | Michael Wang | Stanford University, Stanford, CA 94305 | |--------------+------------------------------------------------------------| | ARPAnet, CSNET, BITNET, Internet: mouser@portia.stanford.edu | | UUCP: ...decwrl!portia.stanford.edu!mouser AppleLink: ST0064 | +---------------------------------------------------------------------------+