VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easiest way to map a network drive without any declarations only 1 line of code and it works

by Stephen O'Neill ()
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 19th May 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easiest way to map a network drive without any declarations only 1 line of code and it works

Rate Easiest way to map a network drive without any declarations only 1 line of code and it works



Shell ("net use ?: \\??\c"), vbHide
End Sub

?  = The drive letter you want to use 
?? = the network name of the computer you are trying to map to

Download this snippet    Add to My Saved Code

Easiest way to map a network drive without any declarations only 1 line of code and it works Comments

No comments have been posted about Easiest way to map a network drive without any declarations only 1 line of code and it works. Why not be the first to post a comment about Easiest way to map a network drive without any declarations only 1 line of code and it works.

Post your comment

Subject:
Message:
0/1000 characters