How to flush and reset a client cache batch file
Few of my friends asked me to write a batch file for them so they dont need to follow up even some steps only one click job.
Here is the code for that.
@ECHO OFF
ipconfig/flushdns
ECHO.
ECHO This is a batch file
ECHO.
PAUSE
CLS
EXIT
Save as .bat file
Click here to download a file




