Printer Forums

Printer Forums - Printing Help and Support > Newsgroups > Printer Newsgroups > Windows 2000 Printing > Printing a .PRN File

Reply
Thread Tools Display Modes

Printing a .PRN File

 
 
to_del
Guest
Posts: n/a

 
      11-09-2006, 11:49 AM

When Printing using the File Menu, Printing ...
you can choose different parameters (such as
wich printer, number of pages etc..)
BUT you can also choose to print in a file !
Then Windows will generate a .PRN file that you give
a name.
I wanted to generate this printing file to copy it
on another PC and print it later.
But HOW CAN I send this file to the printer ?
THAT IS THE QUESTION ? Any solution ?
Thank you.
Xerix
 
Reply With Quote
 
 
 
 
David Lowndes
Guest
Posts: n/a

 
      11-09-2006, 02:10 PM
>When Printing using the File Menu, Printing ...
>you can choose different parameters (such as
>wich printer, number of pages etc..)
>BUT you can also choose to print in a file !
>Then Windows will generate a .PRN file that you give
>a name.
> I wanted to generate this printing file to copy it
>on another PC and print it later.
>But HOW CAN I send this file to the printer ?


Open a command prompt and use the copy command to copy the file to the
printer device (often prn:

copy filename.prn /b prn:

If the printer is on a network share, I think you can also do this:

copy filename.prn /b \\machinename\printersharename

You must bear in mind that the .PRN file is specific to the type of
printer you originally printed to - you can't expect to use it with a
different type of printer.

If you need device independence of the output, you need to look into
some other alternative such as PDF output.

Dave
 
Reply With Quote
 
 
 
 
to_del
Guest
Posts: n/a

 
      11-09-2006, 03:05 PM
David Lowndes a écrit :
>> When Printing using the File Menu, Printing ...
>> you can choose different parameters (such as
>> wich printer, number of pages etc..)
>> BUT you can also choose to print in a file !
>> Then Windows will generate a .PRN file that you give
>> a name.
>> I wanted to generate this printing file to copy it
>> on another PC and print it later.
>> But HOW CAN I send this file to the printer ?

>
> Open a command prompt and use the copy command to copy the file to the
> printer device (often prn:
>
> copy filename.prn /b prn:
>
> If the printer is on a network share, I think you can also do this:
>
> copy filename.prn /b \\machinename\printersharename
>
> You must bear in mind that the .PRN file is specific to the type of
> printer you originally printed to - you can't expect to use it with a
> different type of printer.
>
> If you need device independence of the output, you need to look into
> some other alternative such as PDF output.
>
> Dave

I think this could work if the printer was connected
on the LPT1 port. But my printer is connected on an USB port.
Is there any other solution for an USB printer ?
Xerix
 
Reply With Quote
 
David Lowndes
Guest
Posts: n/a

 
      11-09-2006, 03:59 PM
>I think this could work if the printer was connected
>on the LPT1 port. But my printer is connected on an USB port.
>Is there any other solution for an USB printer ?


I don't know if there's a direct device syntax for a USB port - but
you could always try creating a share for it and do it that way.

Dave
 
Reply With Quote
 
Davide Guolo
Guest
Posts: n/a

 
      11-09-2006, 05:56 PM
Xerix,

> I think this could work if the printer was connected
> on the LPT1 port. But my printer is connected on an USB port.
> Is there any other solution for an USB printer ?


you cannot COPY a file directly to an USB port, but you can go through a
network share, as Dave explained.

Alternatively, you could use Printfil to directly send your file to the USB
printer (in RAW mode), without having to share it. You can test it for free
by downloading the trial version at http://www.printfil.com/edown.htm

Regards,
Davide Guolo
aSwIt s.r.l.
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.printfil.com
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.aswit.com/odbc4all
--------------------------------------------------------------



 
Reply With Quote
 
to_del
Guest
Posts: n/a

 
      11-13-2006, 05:42 PM
Davide Guolo a écrit :
> Xerix,
>
>> I think this could work if the printer was connected
>> on the LPT1 port. But my printer is connected on an USB port.
>> Is there any other solution for an USB printer ?

>
> you cannot COPY a file directly to an USB port, but you can go through a
> network share, as Dave explained.
>
> Alternatively, you could use Printfil to directly send your file to the USB
> printer (in RAW mode), without having to share it. You can test it for free
> by downloading the trial version at http://www.printfil.com/edown.htm
>
> Regards,
> Davide Guolo
> aSwIt s.r.l.
> --------------------------------------------------------------
> Printfil - Windows Printing System for Applications
> http://www.printfil.com
> Odbc4All - Connection to ODBC Data Sources for any Application
> http://www.aswit.com/odbc4all
> --------------------------------------------------------------
>
>
>

thanks for you help. printfil is a good solution.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
File Properties from Excel file to pdf file Raymond Excel Printing 0 08-16-2007 07:59 PM
"Print to file" = prn, but how to print such a prn file??? Bald=Beautiful Printers 5 12-05-2004 11:38 AM
Printing a file created with "Print to file" R. M. Windows XP Printing 2 11-20-2003 10:16 AM
Printing a "print to file" File BobP Windows XP Printing 2 11-18-2003 09:41 PM
PRINTING OF FILE DATA PAGES AFTER FILE COMPLETES GLEN Windows 2000 Printing 1 09-29-2003 10:13 AM