NET USE LPT2: printer_port
- by tpierzina
This I understand:
net use P: \\SOME_COMPUTER\SOME_SHARE
net use P: \\1.2.3.4\SOME_SHARE
(the second argument is a logical share on the given computer)
This, I do NOT understand:
net use LPT2: IP_1.2.3.4
(where IP_1.2.3.4 is the name of a "port" assigned to a printer; the IP is a valid and responding device, but the full string "IP_1.2.3.4"…