What would the procedure be for using an external HP print server? For instance, on my test network I have an HP3P hooked to an HP external print server. I print to this from Win XP from a port name of IP_192.168.250.200, as a Standard TCP/IP port. Would the Net Use command work to map LPT1 to this port?
Main Topics
Browse All Topics





by: hdhondtPosted on 2004-03-02 at 14:17:12ID: 10499833
XP has problems with DOS printing. In a nutshell (no pun intended), it is not supported. The best way to fix it seems to be to dedicate an old PC (or an external print server) to the printer. Then, on the XP machine, capture lpt2 with the net use command, as follows:
/persistent:yes
om/default .aspx?scid =KB;en- us; 314499&
net use lpt2: \\computername\printername
I used lpt2 to avoid any conflict with the real lpt1. If the DOS app insists on using lpt1, substitute it for lpt2.
"computername" is the name of the computer that drives the printer. If you use a print server it can even be the local PC (connect it by creating a Standard TCP/IP port for it). Either way, make sure the printer is shared on the PC. "printername" is the share name given to the printer under the Sharing tab
For more info see
http://support.microsoft.c