home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / hardware / 25647 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.4 KB

  1. Xref: sparky comp.sys.mac.hardware:25647 comp.lang.postscript:6218
  2. Newsgroups: comp.sys.mac.hardware,comp.lang.postscript
  3. Path: sparky!uunet!think.com!ames!decwrl!adobe!macne003.boston.us.adobe.com!user
  4. From: zisk@adobe.com (Stephen Zisk)
  5. Subject: Re: Postscript cmd to turn ON the startup page
  6. Message-ID: <zisk-080193131032@macne003.boston.us.adobe.com>
  7. Followup-To: comp.lang.postscript
  8. Sender: usenet@adobe.com (USENET NEWS)
  9. Organization: Adobe Systems Incorporated
  10. References: <1993Jan7.210859.26665@netcom.com>
  11. Date: Fri, 8 Jan 1993 18:13:50 GMT
  12. Lines: 22
  13.  
  14. In article <1993Jan7.210859.26665@netcom.com>, bszeto@netcom.com
  15. (Bailey Szeto) wrote:
  16. >    Does anybody know the postscript command to turn on the startup
  17. >    page for a laserwriter?
  18.  
  19. Try the following:
  20.  
  21.  serverdict begin 0 exitserver
  22.  true statusdict /dostartpage get exec
  23.  
  24. The first line forces code to be executed outside the server loop,
  25. i.e. permanent effect (wouldn't help much to turn on the start page
  26. in a way that gets lost when you reset or power cycle ;).
  27.  
  28. It does not matter whether this is done on serial port or AppleTalk,
  29. nor does it matter if it is done from a program or terminal.
  30.  
  31. Stephen Zisk (zisk@adobe.com)  Disclaimer: These are my personal views
  32. Adobe Systems Incorporated     and do not represent the position of
  33. Eastern Regional Office        Adobe Systems Incorporated.
  34. 24 New England Exec. Park
  35. Burlington, MA 01803           They pay me but they don't muzzle me!
  36.