sumit Posted August 23, 2007 Posted August 23, 2007 This is the code to set dynamic ip address settings RunWait('netsh interface ip set address "Local Area Connection" dhcp', "", @SW_HIDE) Now instead of Local Area Connection i want to put in this code a variable $connection_name . But problem is the quotes and double quotes. How can this be done
sandman Posted August 23, 2007 Posted August 23, 2007 (edited) If I understand your problem right, you'll want to use this:RunWait("netsh interface ip set address """ & $connection_name & """ dhcp", "", @SW_HIDE)oÝ÷ ÙK"p¢«¨µë*ºjºbÈzØb%G«pYlk¥jתê-xZ+jȦ¦W«{¦¦WºÚ"µÍÙÐÞ ][ÝÉ][ÝË ][ÝÕÈÈ[ ][ÝÉ][ÝÑ^[I][ÝÉ][ÝËÒË][ÝÊwill msgbox This is an "Example", OK. Edited August 23, 2007 by sandman [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
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