Simple Code to Map a Network Drive
Simple Code to Map a Network Drive
API Declarations
'WNetAddConnection
'Using the API Viewer
Rate Simple Code to Map a Network Drive
(1(1 Vote))
'[email protected]
'Main Coding
WNetAddConnection "\\Node2\c","","H:"
'Description
'Here \\Node2\c is the name of the network path
'H: is the Drive Letter
Simple Code to Map a Network Drive Comments
No comments yet — be the first to post one!
Post a Comment