How to print?

L

Lee Tow

Hello all:
My print is linked to a USB port,and I print a document to
a file which extension is prn,I want to know how to print this
print-file under DOS?(I know if this print is linked to lpt,I
can use the command:copy file.prn lpt1).thank you very much.
 
P

Pegasus \(MVP\)

Lee Tow said:
Hello all:
My print is linked to a USB port,and I print a document to
a file which extension is prn,I want to know how to print this
print-file under DOS?(I know if this print is linked to lpt,I
can use the command:copy file.prn lpt1).thank you very much.

Under a Command Prompt (which is probably what
you mean with "DOS") you can print the file like so:

copy /b file.prn lpt1:

You may also have to eject the page:

echo ^L> lpt1 (^L=Ctrl+L)
 
B

Bob I

If you want "DOS" to go to the printer: you will need to "Share" the
printer and then "net use LPT1 \\computername\printersharename\"

then you may use the command as you typed it.
 

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


Top