Drive Label Says Network Drive - TechRepublic
Question
January 17, 2007 at 12:19 PM
cmatera

Drive Label Says Network Drive

by cmatera . Updated 19 years, 5 months ago

Here’s the snippet of code I’m using:

If InStr(strGroup, lcase(Staff_Group)) Then
objNetwork.MapNetworkDrive “H:”,”\\blah\General”
objShell.NameSpace(“H:”).Self.Name = “General”

Now when I login as someone in the Staff Group and I open windows explorer I for a share name I see “Network Drive (H:)” rather then “General (H:)” any ideas why?

Thanks for the help.

-Chris Matera

This discussion is locked

All Comments