Printing .prn files

D

David Candy

Copy it to the printer. It must be in that printer's language.

copy file.prn prn

There's lots of reasons why it may not work.
 
K

Ken Blake, MVP

Bob said:
How do you print a .prn file in Windows XP?


If your pinter is connected to a parallel port, from the Start | Run line or
a command prompt box issue the comnand

COPY /b \path\filename.prn LPT1

If yours is a USB printer, there's an extra step you have to do first:

Set the printer to Shared, and make note of the name that you give it.

Then go to Start | Run, and enter the line

NET USE LPT1 \\name of your computer\shared name of printer

You will now be able to issue the command

COPY /b \path\filename.prn LPT1
 

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

Similar Threads

How to print from a .prn file 6
Print to File Hangs 13
opening a prn file using windows 6
DOS printing issues...HELP!!! 2
Printing a PRN file 7
Clearing PRN 2
print to file 3
prn files 16

Top