MiNdAr's Simple Network Tool v1.0

M

MiNdAr

Guest
MiNdAr's Simple Network Tool v1.0

This Tool Is Very Handy For People That Have Dynamic IP's And Wanna Change There IP Fast

Features Maby In Next Release A GUI


What Is Does -
[ ipconfig /release ] Release the IP address for the specified
[ ipconfig /flushdns ] Purges the DNS Resolver cache.
[ ipconfig /renew ] Renew the IP address for the specified

Download
http://rapidshare.com/files/25972818/MiNdAr_s_Simple_Network_Tool.bat

Source Code
Code:
@Echo Off
Echo -----------------------------------
Echo  MiNdAr's Simple Network Tool v1.0
Echo -----------------------------------
Echo =============================================================================
Echo Step 1 [ ipconfig /release ] Release the IP address for the specified adapter.
Echo Step 2 [ ipconfig /flushdns ] Purges the DNS Resolver cache.
Echo Step 3 [ ipconfig /renew ] Renew the IP address for the specified adapter.
Echo =============================================================================
Pause
cls
Echo -----------------------------------
Echo  MiNdAr's Simple Network Tool v1.0
Echo -----------------------------------
Echo Step 1 [ ipconfig /release ] Release the IP address for the specified adapter.
@Echo On
ipconfig /release
@Echo off
Echo Step 1 Complete
Pause
cls
Echo -----------------------------------
Echo  MiNdAr's Simple Network Tool v1.0
Echo -----------------------------------
Echo Step 2 [ ipconfig /flushdns ] Purges the DNS Resolver cache.
@Echo On
ipconfig /flushdns
@Echo off
Echo Step 2 Complete
Pause
cls
Echo -----------------------------------
Echo  MiNdAr's Simple Network Tool v1.0
Echo -----------------------------------
Echo Step 3 [ ipconfig /renew ] Renew the IP address for the specified adapter.
@Echo On
ipconfig /renew
@Echo off
Echo Step 3 Complete
Pause
cls
Echo -----------------------------------
Echo  MiNdAr's Simple Network Tool v1.0
Echo -----------------------------------
Echo Thank Your For Using My Simple Network Tool
Pause

Any Ideas Or Suggestions Please Post Here
 
yea lol one day when im board no need to do it atm it all works fine
 
Nice. Even though I had a similar app. My IP is kinda semi-dynamic meaning renewing my IP doesn't work but my ISP changes my IP every week.
 
Nice .bat file, Too many echo's though, people just like a short and simple exicutable.

I might make a few admin consoles for your schools computers if I get around to it ;)

RegardzZz Anarchy
 
Back
Top