I just bought my first network printer, HP 4300n in the HP 4000 family. All I had to do was plug it into the switch and Windows prints to it just fine. Of course I have a real problem with DOS. I didn't realize how much until I tried to actually connect to it.
Until now I've always used the NET USE command to connect to a shared printer and those printers were always connected to a parallel port of others' computers. This printer of course directly connects to the network. The printer does have a host name and also gets its IP address from the DHCP server.
The question is how can I print to it. In the past I've always used NET USE for shared printers:
NET USE LPT2 \\aComputer\printerShareName
Since I'm not running a print server, I want to print directly to this printer. But I haven't been able to get any syntax combinations to create a NET USE to this new TCP/IP network printer.
Failed combinations:
NET USE LPT2 \\172.16.2.2
NET USE LPT2 \\prHostName
NET USE LPT2 \\172.16.2.2\prHostName
NET USE LPT2 \\myDomainName\prHostName
Any suggestions? - dbMark
thread182-718345 example of the way I print DOS to shared printers
Until now I've always used the NET USE command to connect to a shared printer and those printers were always connected to a parallel port of others' computers. This printer of course directly connects to the network. The printer does have a host name and also gets its IP address from the DHCP server.
The question is how can I print to it. In the past I've always used NET USE for shared printers:
NET USE LPT2 \\aComputer\printerShareName
Since I'm not running a print server, I want to print directly to this printer. But I haven't been able to get any syntax combinations to create a NET USE to this new TCP/IP network printer.
Failed combinations:
NET USE LPT2 \\172.16.2.2
NET USE LPT2 \\prHostName
NET USE LPT2 \\172.16.2.2\prHostName
NET USE LPT2 \\myDomainName\prHostName
Any suggestions? - dbMark
thread182-718345 example of the way I print DOS to shared printers