Skip to content

Version 1.0

Compare
Choose a tag to compare
@thedoggybrad thedoggybrad released this 12 Mar 04:25
· 57 commits to main since this release
4430883

The First Release of TheDoggyBrad's DNS Cache Flusher for Windows (Version 1.0) and is only offered to run using the cmd.exe (Windows Command Processor).

Info:
TheDoggyBrad's DNS Cache Flusher for Windows helps you flush your dns cache easily by just pressing the enter key or the buttons 1 or 2.
Flushing your DNS cache helps you to fix 404 errors and problems related to your DNS cache not up to date.
Note: Flushing your DNS will make its first time load much slower, but next time, it will load the same as before.
Compatible for Windows XP, Vista, 7, 8, 8.1, 10, 11 and their Windows Server and LTSC counterparts.
This program is distributed via MIT License.

.CMD vs .BAT (What are these?)
*CMD files have the current version of Microsoft language while BAT has the older version of the Microsoft language.
*CMD is backward compatible while BAT is not backward compatible.
*CMD runs in most command.com scripts whereas BAT by itself will not run in command.com scripts unless made to do so.
*CMD has improved scripting because it is developed for Windows NT. BAT scripts are older version as it is developed for DOS command prompt.
*CMD is much safer than BAT file format.

Summary: For regular Windows users just use the CMD file and BAT file for those who know how it really works.