Archive for the ‘Download’ Category

Md5Checker pal - SafePack Backup Script - One-click backup solution

December 11, 2007 3:33 pm

When you use Md5Checker, you may wonder, what should I do if I found anything broken? Can I restore it? Can I backup them easily and earlier?
There is a solution: SafePack Backup Script can backup your files with simply one double click. It will go through sub-folders recursely, only backup specified file types, will never backup any file duplicately (backup same file more than once), can set up password and compression level, and it is only 2K.

How to use:

  1. Copy safepack.cmd to the backup folder of your setup files, e.g. E:\Setup Files.
  2. (Optional) Open it using any text editor.
  3. (Optional) Find and edit the following code:
    set _ext=*.dll;*.drv;*.exe;*.msi;*.sys;*.vxd
    set _WinRAR=%ProgramFiles%\WinRAR\WinRAR.exe
    set _password=password
    set _compression=0
    set _showLog=1

    _ext - File types you want to backup. Usually executable files as they may be infected by Virus, Trojan or Worm.
    _WinRAR - Full path of WinRAR. This script will call WinRAR to backup.
    _password - Set up a password that makes the backup stronger. This parameter can be empty.
    _compression - Set the compression level. 0 - Do not compress, fastest, 5 - The highest.
    _showLog - Whether show log or not. If 1, a notepad will popup with the log. Otherwise log will be saved to file and you can check it as you want.
  4. Run this script. All desired files will be backup automatically. File abc.xyz will be backup to abc.xyz.zip.

(more…)