Flush DNS cache on Windows
-
wrote on 21 Mar 2011, 13:51 last edited by
Good day, colleagues!
Are the any way to flush DNS cache in uniform way on Windows (XP, Vista, 7) with the help of Qt?
-
wrote on 29 Mar 2011, 07:51 last edited by
I don't think so, but I'm not entirely sure. I think you'll have to resort to platform dependent code.
-
wrote on 29 Mar 2011, 08:25 last edited by
One way would be to use QProcess to execute:
@
ipconfig /flushdns
@