Welcome Sign InSign Up Now! It's Free!
Subscribe Bookmark and Share Contact Me Client Support

Open Source Scripts

The following scripts are provided for public use free of charge.

Hard Drive Defragmentation Script

This script will defrag all of the hard disks on your system using Windows built-in defragmentation tool.

  1. Download defrag.vbs (right-click and Save As)
  2. Save the script to the folder of your choice.
  3. Use the Windows Task Scheduler to run the script automatically.

This script is written in Visual Basic Script (VBS).

Website Backup Script

This script will backup up your website using the Wget utility.

  1. Download backup-site.zip (right-click and Save As)
  2. Extract backup-site.cmd to the local folder where the backup will be stored.
  3. Open the script with a text editor and set the variables to the login values for your site.
  4. Run the script to test the backup.
  5. Use the Windows Task Scheduler to run the script automatically.

This script is written as a Windows Command Line Script (CMD).  It uses GNU Wget, a free utility that you can download here.