stev379 0 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!! Share this post Link to post Share on other sites
stev379 0 Posted February 14, 2005 I got it. I wasn't reading the $DrvLtr input field within the script. $DrvLtr3 = GuiCtrlRead($Input_DrvLtr3) Thanks! Share this post Link to post Share on other sites