Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
WSHNetwork.MapNetworkDrive "H:", "\\server\users\" & UserString,True[/quopte]
As you can see the UserString is called out after the &. Adding the hidden attirbut only requires addign the& "$"
I hope you find this post helpful.
Regards,
Mark
Check out my scripting solutions at
UserString = Network.UserName
oNetwork.MapNetworkDrive "I:", "\\CSCAPP1\" & UserString & "$"