Copy the code given below in notepad :-
@echo off
echo ipconfig /flushdns
ipconfig /flushdns
echo ipconfig /release
ipconfig /release
echo ipconfig /renew
ipconfig /renew
and save it with .bat extension
This entry was posted on Dec 14, 2010 at 7:22 PM and is filed under DOS_tricks,Internet_tricks. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.

