Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbosgd!gatech!seismo!harvard!stew From: stew@harvard.UUCP (Stew Rubenstein) Newsgroups: net.micro.mac Subject: Re: Lazerwriter startup sheet Message-ID: <694@harvard.UUCP> Date: Sun, 9-Feb-86 17:24:38 EST Article-I.D.: harvard.694 Posted: Sun Feb 9 17:24:38 1986 Date-Received: Tue, 11-Feb-86 07:11:09 EST References: <346@infsc3.hatpoly.UUCP> Reply-To: stew@harvard.UUCP (Stew Rubenstein) Organization: Aiken Comp Lab, Harvard Lines: 28 In article <346@infsc3.hatpoly.UUCP> comt-ms@hatpoly.UUCP (Paul Skuce) writes: > > >Does anyone in netland know how to stop the Lazerwiter from printing a page >on startup and when using manual feed?. > Thanks > Paul Skuce The page on startup can be disabled with the postscript commands: 0 % or whatever your password is... serverdict begin exitserver statusdict begin false setdostartpage end The manual feed page can be eliminated by editing the Laser Prep file with the resource editor. Select POST resource -8187, and Open As... a STR# resource. Then delete strings 2-28 (the last string to delete is "0 page"). The remaining definition should be: /mf{gsave sk{statusdict /manualfeed true put 5 dly}if grestore}def Have fun... Stew