The debugger in Visual Studio is a very nice tool for debugging VBScripts. Visual Studio will also allow you to have your scripts organized and if you have a version control system like, CVS, Subversion or Source Safe it will allow your to keep track of changes made to your scripts. Visual Studio also provides some Intellisense for COM objects and the basic VBScript functions. However I have not b

