How to Clear/Flush DNS cache in Windows / Linux / Mac Machines: "To Clear/flush DNS cache in Microsoft Windows.
Quote:
Start>> Run >> type cmd
In command prompt, type
Quote:
C:\> ipconfig /flushdns
OR
In command prompt, type
Quote:
C:\> net stop dnscache
C:\> net start dnscache
Once you run the command your Window DNS cache will Clear/flush."
'via Blog this'
MacFORTH Code for 1984 Robot-Coding Game 'ChipWits' from 1984 is Now Open
Source
-
Back in the mid-1980s Mark Roth was in 5th grade when the game ChipWits
"helped kindle his interest in coding," according to an online biography.
("By midd...
8 minutes ago
save in flushdns.bat using notepad
ipconfig /flushdns
net stop dnscache
net start dnscache