dcjohnston Posted September 15, 2004 Posted September 15, 2004 Here is what i have. I just want the $server1 variable to show up in the msgbox to show which server the drive is mapping to. $server1 = iniRead("c:\servers.ini", "Headline", "Server", "" ) ;reads from ini file MsgBox(4096, "Platform", "Mapping Drive to", $Server1 ,1) ;display server map.Im pretty new at this. Thanks Dave
CyberSlug Posted September 15, 2004 Posted September 15, 2004 MsgBox(4096, "Platform", "Mapping Drive to " & $Server1)Use & to join strings and variables Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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