I normally don’t do much VBScript stuff, but sometimes I have to, and these tips helped me big time:
- You can use Visual Studio 2005, 2008 SP1 or 2010 to edit VBS files (with syntax highlighting, etc)
- Debugging VBS files with cscript.exe and Visual Studio requires an extra step: you need to initiate this from the script side
–jeroen
This was the script in question (mimicked a bit after Prnmngr.vbs): Read the rest of this entry »