Useful Utility: DialupRouteMaster

If you've ever tried to setup static routing on Windows, you may know that the 'interface index' can change on you breaking your route. This utility will detect a broken route, remove the defunct persistent route, then recreate it with the correct interface parameter.
Note: I haven't had a chance to test it on a live network (I will 12-22-09), but it may prove interesting for the rare need to route using Windows.
UPDATE: Tested, debugged, and 100% working. This is now managing the static routes for a dialup connection between two power plants in Alaska!
*Released under the MIT license.
Pwnsauce Program: Microsoft Small Basic

Ever wanted to teach someone how to program? Did they lose you at the first mention of a pointer value? Microsoft released a scaled down IDE and programming platform called Small Basic for the beginning programmers out there. Everything from fuctions to variables to arrays are explined n the accompanying 70ish page document. Everything feels almost drag and drop. Perfect for programming noobs.