Thanks to everyone who helped but especially you jamesjames. I ended up using a modified version of yours. Here is the code: Const vbNormalFocus = 1
Set objNetwork = WScript.CreateObject("WScript.Network")
strPer = "FALSE"
strUsr = InputBox("Please Enter Your Username")
strPas =...
I have a script I wrote that gets a users name and password and maps a network drive for them. It is all working except I can't get it to actually open up the share. Here is the code for my last attempt. I know this should be easy but I can't figure it out.
P.S (Everything up to and including...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.