home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / tex / oztex.sit / PS-files / no-test-page.ps < prev    next >
Text File  |  1989-09-01  |  309b  |  12 lines

  1. %!
  2. % Turn off test page printed by LaserWriter when turned on.
  3.  
  4. serverdict begin 0 exitserver
  5. statusdict begin
  6.    false setdostartpage    % change to true to restore test page
  7.    dostartpage
  8.    { (Test page will be printed.\r) print flush }
  9.    { (Test page will NOT be printed.\r) print flush }
  10.    ifelse
  11. end
  12.