Home arrow Software Articles arrow File Printing arrow HOW can I print to a USB port using old DOS/WIN31 word processor?
HOW can I print to a USB port using old DOS/WIN31 word processor? PDF Print E-mail
Tuesday, 19 September 2006

In command prompt type:

Net use lpt1: \\localhost\<printersharename> /persistent:yes

 

This will bind your lpt1 port to your usb printer.

 

<printersharename> is a shared printer on your local network.