Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.

Monday, July 5, 2010

Browse » Home » , , , , , , , » Fix the IP via BATCH

Fix the IP via BATCH

 For Network Engg. its tuff  (MAY BE) to fire DOS command
 thousand times in a day for Raleasing IP and FlushDNS and Register DNS and Renew.


So i think that why can't i make a batch file that automatically fire those specific commands for managing network.


Now i have done it.
Lets begin with this nice batch file.



Create a text doc, and copy then paste the following to the text document.

@ECHO OFF
ipconfig /release
ipconfig /flushdns
ipconfig /setclassid
ipconfig /registerdns
ipconfig /renew
EXIT



Then go to file - save as, let the window open, and under Save As Type select All Files and name as anyname.bat, click save and exit.
 

Go to where you saved file and double click on it, let it do it's thing and it will be fixed!
You can leave a response, or trackback from your own site.

About 'Anu': My name is 'Anu' also Known as 'ANU 007 TIGER' .I'm administrator of 'PC Tips by Anu' blog .This blog was opened for sharing contents about hacking n cracking.
Thanks YAHOO OR GMAIL

0 comments:

Post a Comment

 
Back to Top