Reset IP adress with a bat file

Closed
JuKa - Jun 12, 2009 at 03:41 AM
 Blocked Profile - Jun 20, 2009 at 05:36 AM
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

2 responses

Blocked Profile
Jun 20, 2009 at 05:36 AM
So now you got the commands!! Enjoy!
2
tchswa48 Posts 3 Registration date Saturday April 18, 2009 Status Member Last seen June 14, 2009 1
Jun 12, 2009 at 10:36 AM
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!
1
Thx i knew how to create a .bat file but didnt know the commands.
0