Hello Tony,


On  Friday, September 08, 2000  at  18:11:55 GMT +0100 (which was 10:11 AM
where I live) witnesses say Tony Boom typed:

> This message: 08/09/2000 17:51 GMT.


>   A reminder of what David ([EMAIL PROTECTED]) typed on:
>   08 September 2000 at 06:56:08 GMT -0700

DTS>> The saddest part of this is that it is another example of why most
DTS>> developers do not use the registry to store anything


> Hello David,

>   I've got a little utility that saves every reg entry needed for the
>   reinstallation of TB! I can't remember who sent it but it was
>   someone on this list.


>   I can't remember who the originator was but I am sure he would not
>   mind if I made it available to this list once again. It's just a
>   simple but very effective batch file but there is no mention of the
>   author in it.

 I had written and posted a batch file several moons ago.  Since
 yours didn't  come through, I'm posting the "source code" here.  Just
 cut and paste it into a file called TBbackup.bat and put that file in
 your TB folder (or where ever you want the backups to be stored.)
 Also note that this will only backup the current Windows Profile's
 registry settings.  For other profiles, you will need to run this
 while logged into those profiles.  Remember, different profiles mean
 this utility needs to be run in different folders for each Windows
 profile.
 
 Enjoy.

----Begin Backup Batch file----

@echo off
rem Written by Januk Aggarwal
cls
echo Welcome to your The Bat! Registry Backup program.
echo.
echo  _______________________________________________
echo *                                               *
echo *    1. Back up my registry NOW!!               *
echo *    2. Don't you dare!  Get me outta here!     *
echo *                                               *
echo *_______________________________________________*
echo.
choice /c:12
if errorlevel 2 goto end
if errorlevel 1 goto begin

:begin
echo.
echo Good choice, I'm just checking for previous backup attempts.
echo.
echo.
if not exist TBbckup2.reg goto continue
echo Your previous backup is being stored in TBbckup2.reg
echo.
if exist TBbckup1.reg del TBbckup2.reg

:continue
if exist TBbckup1.reg rename TBbckup1.reg TBbckup2.reg
start /w regedit /e TBbckup1.reg "HKEY_CURRENT_USER\Software\RIT\The Bat!"
echo.
if not exist TBbckup1.reg echo Error!  Something went wrong.  Backup not successful.
if exist TBbckup1.reg echo Success! Your registry entries for The Bat! are backed up!
echo.

:end
echo.
echo Thank you for using this backup utility.
echo.
exit

----End Backup Batch file----

 


-- 
Thanks for writing,
 Januk Aggarwal
 See header for e-mail address

 Using The Bat! 1.46 Beta/5
 under Windows 98 4.10 Build 2222  A 

-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

You are subscribed as : [email protected]


Reply via email to