Reset IP adress with a bat file

Closed
JuKa - 12 Jun 2009 à 03:41
 Blocked Profile - 20 Jun 2009 à 05:36
Hello,
Guys i have a bit of a problem and im interested if some1 here can help me with it. Ok so i download often from RS (Rapid Share) and i reset my router to change my ip when it finishes the download of the file. I do this so that i dont have to wait for 15 min to download the next file. I interested can some1 make me a .bat file that will automaticaly reset my router when i run it.
I have D-Link ADSL2+ ROUTER DSL-584T (ALL thats writen on the router) and im runing Windows XP SP3 on my PC. I hope u can help me with this.
Thx
Related:

2 responses

Blocked Profile
20 Jun 2009 à 05:36
So now you got the commands!! Enjoy!
tchswa48 Posts 3 Registration date Saturday 18 April 2009 Status Member Last seen 14 June 2009 1
12 Jun 2009 à 10:36
Hey there,

This is quite easy to do:

Click on the “Start” menu and go to “All Programs”. Go to “Accessories” and open “Notepad”.

Step 2: In Notepad, type in the following commands which will be run to refresh a computer’s network settings.
ipconfig /release
ipconfig /flushdns
ipconfig /renew

Save it as a .bat file!
Thx i knew how to create a .bat file but didnt know the commands.