stev379 0 Posted February 14, 2005 Share Posted February 14, 2005 When I type the \\SERVER\SHARE path in place of $DrvLtrPath below, it works fine. But, if I set $DrvLtrPath as an input variable, nothing happens. The message box test returns the correct path and authentication works fine and the drive is mapped when I type the path inside the script in place of the variable. What have I missed? How can I set the share path as an input variable? DriveMapAdd($DrvLtr & ":", $DrvLtrPath, 0, "DOMAIN\" & $UsrNm, $UsrPW) MsgBox(0, "", $DrvLtrPath) Thanks!! Link to post Share on other sites
stev379 0 Posted February 14, 2005 Author Share Posted February 14, 2005 I got it. I wasn't reading the $DrvLtr input field within the script. $DrvLtr3 = GuiCtrlRead($Input_DrvLtr3) Thanks! Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now