|

Windows Scripting
The Windows Scripting Host makes it easy to generate scripts that are as powerful as a compiled program.
Articles:
COM+ Administration
- COM+ applications can be complex to configure and there's no standard way to save that configuration in a form that can be placed under version control. Luckily the COM+ Catalog is accessible by a set of completely scriptable COM objects. These scripts take advantage of this to provide some functionality that should really come as standard.
Visual Studio project file parser
- Visual Studio projects can be difficult to manage. There are some COM interfaces that should make it easy to manipulate VC++ projects but they're missing some essential functionality. We decided that the only way to reliably manipulate VC++ project files was to parse them and then rewrite them. These scripts do just that.
|