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

  1. Path: sparky!uunet!stanford.edu!unix!nova.sarnoff.com!tstiller@sarnoff.com
  2. From: tstiller@sarnoff.com (Tom Stiller)
  3. Newsgroups: comp.sys.mac.hardware
  4. Subject: Re: Postscript cmd to turn ON the startup page
  5. Message-ID: <1993Jan8.144008.15001@nova.sarnoff.com>
  6. Date: 8 Jan 93 14:40:08 GMT
  7. References: <1993Jan7.210859.26665@netcom.com>
  8. Sender: news@nova.sarnoff.com
  9. Organization: David Sarnoff Research Center
  10. Lines: 19
  11. Nntp-Posting-Host: quixote
  12.  
  13.  
  14. In article <1993Jan7.210859.26665@netcom.com>, bszeto@netcom.com (Bailey Szeto) writes:
  15. > Hello all.
  16. >    Does anybody know the postscript command to turn on the startup page for
  17. > a laserwriter? I need to know the exact command because the printer is not
  18. > connected to a mac, and therefore, I cannot run the Laserwriter font utility.
  19. >    I believe that there are two ways to accomplish this. One is to connect
  20. > a terminal straight to the serial port, and the other is to put a postscript
  21. > header around the postscript command. I need to know what the command is.
  22. >
  23. The PostScript string below will turn the startup page on (true) or 
  24. off (false).
  25.  
  26.  serverdict begin 0 exitserver statusdict begin true setdostartpage end
  27.  
  28. Tom Stiller
  29.