Sysinternals: Auto update script for sysinternals tools
I have written it many times but I like to say it again and again. I am a Sysinternals fan. I use their tools quite often, if not everyday. Sysinternals team releases updates to these tools often. These updates are either bug fixes or somtimes new features / tools. There are multiple ways to know about these updates Subscribe to sysinternals blog RSS feed and download the update manually Visit sysinternals website regurarly and get the updates when ever available Or many other ways…. I am not used to any RSS aggregators or readers. Even if I use one, I still have to manually download the update. It is the same case with visting their website. I wanted to write something to automatically update my sysinternals tools folder as and when there is an update. Again, there are multiple ways to achieve that. I could have written a RSS listener service which will look for updates in the Sysinternals feed and download the updates once they are available. But that is too complex for a simple task like downloading files from a website. My method to achieve …