Try this batch file. Works on NT4 anyway. I don't promise the results will be
what you are after.....
@echo off
rdisk /s-
if exist d:\backup\regback.old del d:\backup\regback.old
ren d:\backup\regback.sav regback.old
ren d:\backup\regback.zip regback.sav
pkzip -lev=0 -add -attr=all m:regback %systemroot%\repair\*.*
exit
Doing rdisk /s- will put a copy of the registry in the %systemroot%\repair
folder. You can replace the pkzip command with your favorite compression
utility if you like.
Dusty
At 05:42 PM 6/8/00 -0400, you wrote:
>So my good smart Email controllers, does anyone know how to make this
>work. I am looking for a command line or how to create a batch file that
>will grab the registry from the regedit and save it somewhere.
>
>If someone could help me with this I would be forever in dept to you.
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.