VBScript
Submitted by Andy on Thu, 09/20/2007 - 10:30.
The following VBScript will backup all MySQL databases on the localhost to a directory and maintain 10 days worth of backups
Submitted by Andy on Wed, 04/26/2006 - 00:00.
The following VBScript will retrieve the current hotfix for a specified
SQL 2005 Server, and return that hotfix as a the return code. Useful
in batch files for selectively applying unattended service packs.
Submitted by Andy on Sat, 05/01/2004 - 00:00.
The version of defrag that comes with most recent installs of Windows does not allow for scheduling...to get around this limitation, the following VBScript will enumerate all fixed harddrives on a machine, and launch defrag via command like for that drive. Set it up as a scheduled task and forget about it.
