View a xxx.prn file??

  • Thread starter Thread starter Willard
  • Start date Start date
From: "Willard" <[email protected]>

| I should have said "View a xxx.prn file before printing"
| Willard
|
| Bob I wrote:

PRN files are intercepted print data. They will be in the language of the printer. For
example, PostScript or PCL (Printer Control Language).

One would use the command...

copy /b FileName.prn PRN:

To print the file.
 
David said:
From: "Willard" <[email protected]>

| I should have said "View a xxx.prn file before printing"
| Willard
|
| Bob I wrote:

PRN files are intercepted print data. They will be in the language of the printer. For
example, PostScript or PCL (Printer Control Language).

One would use the command...

copy /b FileName.prn PRN:

To print the file.
Thanks Dave, I have that and also:
If the page is not ejected, type this command:
echo ^L > lpt1
^L=Ctrl+L
I was looking (hoping) for something to view a prn file on my laptop
when not connected to the printer..
Willard
 
Sure you may "view" the contents, but it will be nothing but gibberish,
unless the printer in question is the generic/plain text printer. Simply
open the file with notepad to see the "data stream" that will be sent.
 
Yes, I was hoping that if the printer had a program to make the
'gibberish' .prn file, there would be a program to convert the
"gibberish" to a notepad, wordpad, or html file..
So far it looks like I am out of luck...
 
Bob,
I was looking for something to view xxx.prn , "without" having to
connect to the printer!!
 
Think for a moment, it would have to BE a printer. Someone would have to
reverse the process of whatever printer driver happened to be used to
generate the file. Sort of like wanting dog food back after the dog has
chewed and swallowed.
 
Install a generic/text printer and send the print job to it. The
resulting file will be a text file that can be viewed with any text editor.

John
 
Bob,
You are right, if the printer has a built in program to produce a PRN
file, I was looking for a program to reverse the process to a TEXT, DOC,
or HTM file without a printer connected..
Case closed,
Willard
 
Back
Top