Hi, Tony. I use something like following batch-file:
==start-backup.bat=================================== rem backup registry regedit /e c:\Backup\TheBat.reg "HKEY_CURRENT_USER\Software\RIT\The Bat!" rem backup program and mail folder "c:\APack\WinRAR\Rar.exe" a c:\Backup\mail.rar "c:\_aff_\TheBat" rem create folder for current backup md c:\Backup\%Date% rem place files into folder move c:\Backup\*.* c:\Backup\%Date% ==start-backup.bat=================================== So i use WinRAR to pack my mail folder. Very simple. One of the tricks is creation folder with name as current date (md c:\Backup\%Date%) -- Ivan ________________________________________________ Current version is 3.0.1.33 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

