Printing Postscript Files from Browsers

  I found that ghostscript, the postscript viewing program, was
big, slow and had low quality output.  This was in 1996 so 
it may have changed for now.
   I use the following for printing postscript files:
  
   Create a batch file with the following:

REM send file to printer
REM Windows NT (Replace printer name with your printer)
COPY /B %1 \\DESKTOPPRRC\R1H209_HP4SI_P

(/B (binary) is not required for PostScript but makes the command more
general.  It copies all characters including control characters up to
the file size in the directory.  Without it control characters in some
print files can affect the copy process.)

   Then just specify this batch file as the helper for .ps 
(application/postscript) documents.

Send comments and suggestions to mcbride@bellcore.com