MiNdAr's Simple Network Tool v1.0 Source

M

MiNdAr

Guest
Source For My Simple Network Tool

Just Copy To Notepad And Save As MiNdAr's Simple Network Tool v1.0.bat

Coding Language - Batch LOL :p
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
 
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.
 
u can use it to renew ya ip depending on if u have a dynamic one or static
 
most important part is dns flush ^^

I'm sitting behind a router, so it's no use to me ...
 
Well... ideally you could do
ipconfig /release
ipconfig /flushdns
ipconfig /renew

and pretty much have the same effect so...
 
Lol, a script containing 3 commands.... You can't call that a tool, plus it's completely useless for hardware router users, which are the most today.
If you need a tool for renewing IP's for routers, write a programm using UPnP.
 
LOL you found this off the crazy coders site, at least give the person who posted it credit. No this isn't completely yours because you just added a few things such as the name and turning it into a batch file.
 
Back
Top