VBScript
Tagged:  •    •  
The following VBScript will backup all MySQL databases on the localhost to a directory and maintain 10 days worth of backups
Tagged:  •    •    •  
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.
Tagged:  •  
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.