Categories
Archives
Authors
 
22
By Jorge Bolaños Garcia July 22, 2009

To facilitate the use of common objects such as Shell, FileSystemObject, Network and wmi we created the ObjectManager Class which makes available these objects without having to believe that one of them, since the class is does for us.

[Read the rest of this article...]

Posted in: VbScript
06
By Jorge Bolaños Garcia July 06, 2009

Taking advantage of the power that gives us the possibility to include code snippets or classes in vbscript that was explained in our first article we propose here a set of guidelines to organize a vbscript classes repository and take advantage of code reusing .

[Read the rest of this article...]

Posted in: VbScript
14
By Jorge Bolaños Garcia June 14, 2009

The "include" allowing us to create code in separate files and import them into your scripts at runtime, the includes are not supported natively in Vbscript and here we show you how to do to achieve it and thereby organize code libraries that can be dynamically incorporated into our scripts.

[Read the rest of this article...]

Posted in: MyClass, VbScript
 
Inspired by Nina