I am using a vbscript for logins, but I am having a problem tryinig to use a username varible with the MapDrive function. Here is the code I am using:
MapDrive “J:”, “\\“, “\dev” & oNet.UserName
What I want to do is map the drive to a specific users folder.