I?m have a little trouble with a dns chche build up on a few work severs I know how to clear this manually but I don't want to be clearing it every morning for the rest of my life. so what I want to do it auto run this command line under task scheld ipconfig /flushdns so it will run at 9 am every morning, now how would I go about this?
Then select file, save as and save it with a name that you like with the extension ".bat". You'll need to change the file type from .txt to all files. Once you have the batch file created, you can then schedule it to run using the task scheduler in Windows.
Click on Start, then programs, then accessories, then system tools, and finally select Scheduled Tasks. From here you will select Add Scheduled Task, select next, and then click on browse and choose the .bat file that you just created. Next choose the schedule and permissions that you want to use and you're good to go.
Do not mess in my affairs; you are crunchy and taste good with ketchup. The greatest advantage you can have over someone is to know their name. Success is relative; the more success the more relatives. A computer once beat me at chess, but it was no match for me at kickboxing.
hi guys
i figered out away to do it in the end
i made a batch file with the command dnscmd \clearcache and run it with task scheldula at 9am every moring and it seems to works fine