I'd like to create short app that runs with windows start and execute flashdns for example every 1h. Maybe compile to into exe file.
I know that start of this will be:
import os
os.system('ipconfig/flushdns')
but i didn't find answer how this function will look like and how to compile it and run it with windows.