User Tools

Site Tools


net_use_printer_share

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
net_use_printer_share [2012/11/26 13:58 (12 years ago)] cliffnet_use_printer_share [2012/11/29 16:03 (12 years ago)] (current) cliff
Line 1: Line 1:
 ====== How to use Net use to map a printer port to a printer ====== ====== How to use Net use to map a printer port to a printer ======
 <code> <code>
-NET USE LPT1: \\PCName\PrinterShareName+NET USE LPT1: "\\PCName\PrinterShareName" /persistent:yes
 </code> </code>
  
Line 9: Line 9:
 The code below will allow you to remove a net use port mapping like the one setup above. The code below will allow you to remove a net use port mapping like the one setup above.
 <code> <code>
-NET USE LPT1 \DELETE+NET USE LPT1 /DELETE
 </code> </code>
net_use_printer_share.txt · Last modified: 2012/11/29 16:03 (12 years ago) by cliff