Links to several collections of semi-useful WSH libraries I have put together.
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.
A set of wrappers for calling console tools, completely hidng the interface, and cleaning up output to extract specific information.
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.
Miscellaneous functions: atan2, primes, factorials, dot-products, and simple linear differentiation.
A start on some wrappers for the Network Simplicity Win32 OpenSSH port.
Wraps up Regedit for easy use. You can easily import, export, or delete an entire subkey with this.
Mixed bag of TS-related functions.
String padding, IP-form checking.
Some simple wrappers for controlling VMware GSX via its COM interface.