|
HOW can I print to a USB port using old DOS/WIN31 word processor? |
|
|
|
|
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.
|