Question : Automatic release and renew

I'd like to do a bat file to do ipconfig /release, then ipconfig /renew, but don't know how to write it so that it does step one (release), waits for it to release, then does step two (renew).
Any suggestions?

Answer : Automatic release and renew

Hello maharlika

A batch file will wait for the last command to complete before starting the next.  So, simply:

ipconfig /release
ipconfig /renew

...in your batch file should do the trick.  Plain and simple!

Steve :)
Random Solutions  
 
programming4us programming4us