
HOW TO PRINT A POSTSCRIPT FILE FROM WINDOWS 95 ON A POSTSCRIPT CAPABLE
PRINTER.

To print  a PostScript file from Windows 95 you have to:

1. Make sure that you printer is a PostScript printer (lots of laser
  printers are).

2. Set the "Capture Printer Port" option for the printer. To do so:

    2.1 Go to "My Computer" 
    2.2 Go to "Printers"
    2.3 Open the printer on which you want to print
    2.4 In the printer window go to "Printer" menu and select "Properties"
    2.5 In "Properties" windows select "Details"
    2.6 Click "Capture Printer Port".
    2.7 In the  "Capture Printer Port" window select the parallel
        port, for example LPT1, and set "Path" to the same string as
        shown the "Print to the following port" item of the
	"Properties" window.
    2.8 Click "OK".

3. Open an "MS-DOS Prompt" window (from the main menu) and type 

	TYPE (file) > LPT1

	((file) must be substituted by a real file name, and LPT1 must
	be substituted by the port chosen in step 2.7 above.
