home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 12 / 12_pcplus_supercd.iso / COMUN / NWMAC / NW_MAC / UNHIDE.PS < prev    next >
Encoding:
Text File  |  1993-11-19  |  321 b   |  18 lines

  1. %!PS-Adobe-1.0
  2. %
  3. %  UNHIDE.PS                            10/19/93
  4. %
  5. %    reverses the effects of HIDE.PS
  6. %
  7. serverdict begin 0 exitserver
  8. /name 64 string def
  9. statusdict begin
  10.     name printername
  11.     (:LaserShared) search
  12.         {setprintername pop}
  13.         {(%%[ Error: The printer was not hidden by HIDE.PS ]%%) = flush}
  14.     ifelse
  15.     pop
  16. end
  17. %%EOF
  18.