Advertisement
cryptocurinfo

Flush DNS, Release IP, Renew IP .bat script

Nov 4th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. @ECHO OFF
  2.  
  3. color 02
  4. echo "###############################################"
  5. echo "# This Tool #"
  6. echo "# Was Made #"
  7. echo "# By MR.N0B0DY #"
  8. echo "# This tool will #"
  9. echo "# Flush DNS Release and Renew your IP #"
  10. echo "###############################################"
  11.  
  12. echo msgbox"Please press OK to Flush DNS">a.vbs&a.vbs
  13.  
  14. ipconfig /flushdns
  15.  
  16. echo msgbox"Please press OK to Release your IP">a.vbs&a.vbs
  17.  
  18. ipconfig /release
  19.  
  20. echo msgbox"Please press OK to Renew your IP">a.vbs&a.vbs
  21.  
  22. ipconfig /renew
  23.  
  24. echo msgbox"That is it you are done press ok to exit this Tool">a.vbs&a.vbs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement