Printing to a file

  • Thread starter Thread starter alejandro
  • Start date Start date
A

alejandro

Hi

I use to print everything in a file, the option that window has when you
want to print something, so now I want to print out all those files from a
folder that I have, all these files are .prn, Can I go to command and run
the printer from there with the file that I want to print? or How I have to
do?

Thanks in advantage

Alej
 
From the command prompt type:

copy filename.prn \\computername\printersharename

This assumes the printer is shared.

If you want an easy tool to do it look at FRP on our web site.
 
Back
Top