Jump to content

Recommended Posts

Posted

I need to do something very simple. I need to put the DNS server IP from my clients into a variable then change it using netsh. Wait until it has been updated then carry on with my script. This would super easy if there was a marco like @ipaddress1. The simpler the better. Any help would be appreciated.

  • Developers
Posted

I need to do something very simple. I need to put the DNS server IP from my clients into a variable then change it using netsh. Wait until it has been updated then carry on with my script. This would super easy if there was a marco like @ipaddress1. The simpler the better. Any help would be appreciated.

Run IPConfig /all and capture its output by StdOutRead()

Filter out the current dns setting

run netsh

run IPConfig /all to check the setting

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...