[Tugindia] Printing ps file under Windows

Renugopal M tugindia@tug.org
Thu, 26 Sep 2002 14:14:30 +0530 (IST)


you can use the following command in dos prompt to
get print out   myfile.ps


c:\>copy /b myfile.ps prn:

or 

c:\> copy /b myfile.ps lpt1

this will work even without printer driver.

I hope this will help you.

renu