Personal tools

Difference between revisions of "Net use"

From MohidWiki

Jump to: navigation, search
(New page: ==Quick start== Simply choose an available logical drive letter (like ''L:''), a valid UNC path (like ''\\opendap.mohid.com\opendap''), and a valid username on the target machine as well ...)
 
Line 1: Line 1:
 +
[[Net use]] allows to map network drives programatically. In particular it can help to network with windows NT shares AND linux samba shares.
  
 
==Quick start==
 
==Quick start==
Line 5: Line 6:
  
 
==External References==
 
==External References==
 +
*[http://technet.microsoft.com/en-us/library/bb490717.aspx Microsoft tech center]
  
 
[[Category:Windows]]
 
[[Category:Windows]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 13:31, 14 April 2009

Net use allows to map network drives programatically. In particular it can help to network with windows NT shares AND linux samba shares.

Quick start

Simply choose an available logical drive letter (like L:), a valid UNC path (like \\opendap.mohid.com\opendap), and a valid username on the target machine as well as on the local machine (like datamover).

> net use L: \\opendap.mohid.com\opendap password_of_datamover /user:MARETEC\datamover

External References