WSH "Libraries"

Links to several collections of semi-useful WSH libraries I have put together.


Application Launcher Short-Takes

Various short application launchers I have written.  They make handy "portable" command line starters.  Where the application is saved locally or whether it is in your path is irrelevant; they all work via COM.

Wrappers for Console Tools

A set of wrappers for calling console tools, completely hidng the interface, and cleaning up output to extract specific information.

FileSystemObject Wrappers

Wrappers for FSO functions.  There are two in here I use almost every day: fRead and fWrite.  Both will read/write data with a single call, allowing you to stop owrrying about repetitive I/O details and get on with scripting.

VBScript Math Functions

Miscellaneous functions: atan2, primes, factorials, dot-products, and simple linear differentiation.

Network Simplicity OpenSSH VBScript Wrappers

A start on some wrappers for the Network Simplicity Win32 OpenSSH port.

Regedit Wrappers

Wraps up Regedit for easy use.  You can easily import, export, or delete an entire subkey with this.

Terminal Services Scripting Snippets

Mixed bag of TS-related functions.

Special-Purpose VBScript String Procedures

String padding, IP-form checking.

VMware Scripting Wrappers

Some simple wrappers for controlling VMware GSX via its COM interface.