Print a doc that was printed to file initially

  • Thread starter Thread starter Stephen Ford
  • Start date Start date
S

Stephen Ford

Win XP SP2
HP Business Jet 1200

I printed a document to file and now I'm not sure how to send it to the
printer. I would have thought it needs sending straight to the device, but I
don't know how with Windows. The original documents are not available any
more. The printer is networked.
 
Stephen said:
Win XP SP2
HP Business Jet 1200

I printed a document to file and now I'm not sure how to send it to the
printer. I would have thought it needs sending straight to the device, but I
don't know how with Windows. The original documents are not available any
more. The printer is networked.

"Print to file" is a trap for the unwary. What this command does is
make a file of the stream of data that would otherwise be sent to the
printer, including all of the printer control codes. It can be printed
-- to the same make/model of printer that was selected when the doc was
"printed" -- by using a "DOS" copy command.

Assuming that the file you created is named file.prn:

Open a command prompt window and type

"copy file.prn /b \\Computer_Name\Printer_Share_Name" (without quotes)
and press Enter.
 
Yes of course. thanks.
--
Regards
Stephen Ford

Lem said:
"Print to file" is a trap for the unwary. What this command does is make
a file of the stream of data that would otherwise be sent to the printer,
including all of the printer control codes. It can be printed -- to the
same make/model of printer that was selected when the doc was "printed" --
by using a "DOS" copy command.

Assuming that the file you created is named file.prn:

Open a command prompt window and type

"copy file.prn /b \\Computer_Name\Printer_Share_Name" (without quotes) and
press Enter.



--
Lem -- MS-MVP - Networking

To the moon and back with 64 Kbits of RAM and 512 Kbits of ROM.
http://en.wikipedia.org/wiki/Apollo_Guidance_Computer
 
I've a problem: I can't identify the printer share name that will work.

My PC is ACQUIREPC02 and the printer share name is Printer3 (from printer
properties) but copy file /b \\ACQUIREPC02\Printer3 results in the message
"network path was not found".
 
Dear Mr. Ford,
I've a problem: I can't identify the printer share name that will work.

NET VIEW %USERDOMAIN%

will show you either your machine name or your shared resources.

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
@Kill - Batch Close Windows Applications - Freeware
http://www.aswit.com/akill
--------------------------------------------------------------
 
Files printed successfully!

Hmmm as this is PC03 and not PC02, it's not surprising the path wasn't
found. Thanks for Net View...
 
Back
Top