Flush Your DNS Cache through batch file:-
-----------------------------------------------
@echo off
echo Flush Your DNS Cache
ipconfig /flushdns
pause
Copy it in notepad and save as .bat file
-----------------------------------------------
@echo off
echo Flush Your DNS Cache
ipconfig /flushdns
pause
Copy it in notepad and save as .bat file
No comments:
Post a Comment