I've created a new thread so not to hijack the other one any more than it is.
 
For those who wanted a copy of the registry backup I've posted it below.  It's extremely simple, just cut and paste the text into a batch file and change the relevant variables shown in italics .  I mapped a network drive, so I haven't tested it with UNC paths but I'd imagine it wouldn't be too hard. 
 
I store my copy in the Modus directory but you can store it anywhere and just modify the inital cd command.  I then used the scheduled tasks options to run the batch file every day at 12:30am.
 
Jesse Chieppa
www.pon.net

 
 
----START----
 
cd modusdir
 
mailconfigbackup servernamerreg.txt
 
for /F "tokens=1-4 delims=/- " %%A in ('date/T') do set DATESTAMP=%%B%%C%%D
 
rename benderreg.txt benderreg%DATESTAMP%.txt
 
move benderreg*.txt f:\modusreg
----END----

<<vircomsig.gif>>

Reply via email to