How can a *.prn file be opened and printed?

  • Thread starter Thread starter Willard
  • Start date Start date
W

Willard

I had a web page with filled in information that I sent to a printer
file "info.prn", since I was not near my printer at the time..
Is there a way to open and print out this "info.prn" file??

Willard
 
Willard said:
I had a web page with filled in information that I sent to a printer
file "info.prn", since I was not near my printer at the time..
Is there a way to open and print out this "info.prn" file??

Willard

- Start a Command Prompt
- Type this command:
copy /b c:\info.prn lpt1
- If the page is not ejected, type this command:
echo ^L > lpt1
^L=Ctrl+L
 
Pegasus said:
- Start a Command Prompt
- Type this command:
copy /b c:\info.prn lpt1
- If the page is not ejected, type this command:
echo ^L > lpt1
^L=Ctrl+L
Peg,

That did exactly what I wanted..

Thanks,
Willard :)
 

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