How to Create simple Batchfile of Auto FlushDNS + Ping
cautious people always doubt using .exe file so here's a manual instruction to create your own Looped FlushDNS and Pinger in a simple way.
I created this via requests.
cautious people always doubt using .exe file so here's a manual instruction to create your own Looped FlushDNS and Pinger in a simple way.
- Left click anywhere on your desktop.
- Choose "New" then "Text Document"
- Rename it to "Auto FlushDNS + Ping"(or anything na gusto mong name)
- Open it.
- Copy and Paste this commands;
Code:
color 2B
mode 60, 10
:start
ipconfig/flushdns
ping google.com
goto start
- Save it (ctrl+S on keyboard)
- Rename (change) the (.txt) file extension to (.bat)
- Run.
I created this via requests.
