Hello Anthony, On Mon, 14 Oct 2002 10:13:31 -0700 GMT (15/10/02, 00:13 +0700 GMT), Anthony Xin Chen wrote:
>> First thing I do is export the Rit registry key into my >> TB directory. AXC> Do you do this manually or automatically by scripting? If latter, how AXC> do you do that? The latter, with a batch file Januk (where is he, anyway?) wrote a while ago and posted on this list. Here it is: <File Januk.bat> @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 echo successful. if exist TBbckup1.reg echo Success! Your registry entries for The Bat! are echo backed up! echo. :end echo. echo Thank you for using this backup utility. echo. exit </File Januk.bat> -- Cheers, Thomas. Moderator der deutschen The Bat! Beginner Liste. I couldn't repair your brakes, so I made your horn louder. Message reply created with The Bat! 1.62/Beta1 under Chinese Windows 98 4.10 Build 2222 A using an AMD Athlon K7 1.2GHz, 128MB RAM ________________________________________________ Current version is 1.61 | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

