I am running the following bat file-- It worked fine until recently.
It wrote a new file like this 10282001.BKP every night. One day it stopped- I restarted it and now all it does is write the imailreg.bkp. Move it, but does not change it to the date.bkp REM ------------------------------------------------------------ REM should export the Imail database from the registry REM and output it to imailreg.bkp then we should rename REM the file with the current system date and different REM extension so that we can't click on the file and REM accidently import it into the registry. This REM utility should be ran everynight to ensure that the REm imail registry is properly backed up. REM ------------------------------------------------------------- @echo off regedit /e d:\imail\backup\imailreg.bkp HKEY_LOCAL_MACHINE\SOFTWARE\IPSWITCH move d:\imail\backup\imailreg.bkp e:\reg_back\imailreg.bkp nd /f=mmddyyyy e:\reg_back\imailreg.bkp NET SEND primary_imail NOTICE - Imail Registry Exported Successfully PS. Great Hotel and Condo Deals *WorldWide* are found at http://www.FLORIDA.com Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
