Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to print a *.prn file or open it

Status
Not open for further replies.

rosarioc62

Technical User
Feb 12, 2004
1
US
Thands need to open a *.prn file to print.
 
If printer is locally connected to parallel port:

copy /b myfile.prn LPT1:

If printer is connected to the network via JetDirect etc.

lpr -S address -P queue myfile.prn

where address is the IP-address of the printer;
and queue is a queuename on the printer; most devices accept any value, but some insist on particular values (e.g. lpt1_passthru).

I've no idea how to do it if the printer is USB connected.

Note that the target device must support the printer language used within the .prn file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top