HAL wrote:
I have "printed to file" a file I named "nnnn.prn." I want
to print this file through the (default) printer. How do I
do this?
XP-SP2
"prn" files have printer-specific control codes embedded in them, and as
a result, will only print properly on the same kind of printer as the
print driver used to produce the prn file. For example, if your default
printer is an HP 4300, and you created a prn file by selecting the
"print to file" box, you can print the file on an HP 4300 (yours or
someone else's) by opening a command prompt (Start>Run> cmd.exe [enter])
and typing the following command:
copy nnnn.prn LPT1 /B
Note that in LPT1 that's a number one. Also note that this will ONLY
work if your printer is connected to the parallel port of your
computer. If you have a USB-connected printer instead, things are a bit
more complicated.
Follow the directions at
http://members.shaw.ca/bsanders/printfromdos.htm to create a mapped
share for the printer, and then use the copy command described above.