home *** CD-ROM | disk | FTP | other *** search
- %!
- % Turn off test page printed by LaserWriter when turned on.
-
- serverdict begin 0 exitserver
- statusdict begin
- false setdostartpage % change to true to restore test page
- dostartpage
- { (Test page will be printed.\r) print flush }
- { (Test page will NOT be printed.\r) print flush }
- ifelse
- end
-