stev379 Posted March 22, 2005 Posted March 22, 2005 Is there any existing way to configure an IP with AutoIt? (I really need it to configure the IP, SM, GW and at least 1 DNS address.)
Andre Posted March 22, 2005 Posted March 22, 2005 u could use the netsh (windows xp) command to configure your adapter. Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
sandyd Posted March 22, 2005 Posted March 22, 2005 Look here for a tutorialhttp://www.windowsnetworking.com/articles_...etsh-Part1.html ----[ SandyD ]---
stev379 Posted March 22, 2005 Author Posted March 22, 2005 Look here for a tutorialhttp://www.windowsnetworking.com/articles_...etsh-Part1.html<{POST_SNAPBACK}>I think that might eventually get me where I want to be. netsh doesn't return the adapter description like vbs's "objnetadapter.Description", which I have dumped into an ini file to be read as a variable. I think I can get around that though with some case statements.Thanks to both of you for the suggestions!!
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