Pegasus (MVP) wrote:
> "Willard" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>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
>
>
Peg,
That did exactly what I wanted..
Thanks,
Willard