LPT1: output to USB printer.
Posted: Thu Feb 16, 2006 7:48 pm
I received this in an email today. Does anyone want to try it out and report back?
<hr>
Dale
I thought this might be a useful tip to post on your website...
Print to a USB printer via LPT.
From what I remember, you want to install the printer to the USB port, i.e. USB001.
Then you have to share the printer. Our printer is shared as HPLJ2000D.
Then use the following commands:
NET USE LPT1 \\COMP_NAME\HPLJ200D /Persistent:YES (This should all be on the same line. It basically redirects output on LPT1 to the shared printer HPLJ2000D.)
NET VIEW \\COMP_NAME (To see the connection.)
Of course you need to replace COMP_NAME with the name of your computer.
You can delete the connection by using:
NET USE LPT1 /DELETE
This is for windows 2000 but may be different for other OSs but I can't be sure...
I hope this helps!
Michael
<hr>
<hr>
Dale
I thought this might be a useful tip to post on your website...
Print to a USB printer via LPT.
From what I remember, you want to install the printer to the USB port, i.e. USB001.
Then you have to share the printer. Our printer is shared as HPLJ2000D.
Then use the following commands:
NET USE LPT1 \\COMP_NAME\HPLJ200D /Persistent:YES (This should all be on the same line. It basically redirects output on LPT1 to the shared printer HPLJ2000D.)
NET VIEW \\COMP_NAME (To see the connection.)
Of course you need to replace COMP_NAME with the name of your computer.
You can delete the connection by using:
NET USE LPT1 /DELETE
This is for windows 2000 but may be different for other OSs but I can't be sure...
I hope this helps!
Michael
<hr>