copying to USB printer from file

G

Gary Roach

i want to be able to print to a file and then copy the file contents to a
printer (the machine i'm generating the print output on and the one with the
printer are different). in the old days of lpt ports instead of usb ports
all i had to do was:

copy output.prn lpt1

but now i want to copy to a usb printer and

copy output.prn usb001

just creates a file called usb001. any idea how to accomplish this?
 
Q

Quaoar

Gary said:
i want to be able to print to a file and then copy the file contents
to a printer (the machine i'm generating the print output on and the
one with the printer are different). in the old days of lpt ports
instead of usb ports all i had to do was:

copy output.prn lpt1

but now i want to copy to a usb printer and

copy output.prn usb001

just creates a file called usb001. any idea how to accomplish this?

WinXP command line reference:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds.mspx

or http://tinyurl.com/36leu

Destination : Required. Specifies the location to which you want to copy
a file or set of files. Destination can consist of a drive letter and
colon, a folder name, a file name, or a combination of these.

Port no longer is supported? Maybe use the print command?

Q
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top