How to print a prn file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The print dialog box in most Windows apps has the option 'Print to file',
which produces a file with a '.prn' extension. Can someone please tell me
how to send that file to the printer?

Thank you.
 
Fred,
The print dialog box in most Windows apps has the option 'Print to file',
which produces a file with a '.prn' extension. Can someone please tell me
how to send that file to the printer?

open a Command Prompt and type:
copy filename.prn > lpt1 (if it's locally connected)
or
copy filename.prn \\computer_name\shared_printer_name (if it's networked)

Kind regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top