Recommended method for loading a URL via a scheduled task on Windows
问题 I have a webpage hosted on a Windows box that I need to assure gets loaded at least once/day. My current plan is to create a scheduled task that opens Internet Explorer and hits the URL: \"C:\\Program Files\\Internet Explorer\\iexplore.exe\" myurl.com/script_to_run_daily.aspx This was simple to setup and works fine, but it strikes me as a hack because Internet Explorer actually has to open and hit this URL. I don\'t need any input back from this page, it simply stores cached data in files