@ECHO OFF ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ Export Away Messages Batch 1.0 ³ ECHO ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ In order to save your away messages, we ³ ECHO ³ will need to know your screen name. ³ ECHO ³ Please enter this information below with ³ ECHO ³ all spaces removed. (ie. "Screen Name 123" ³ ECHO ³ will be entered in as "ScreenName123"). ³ ECHO ³ ³ ECHO ³ Please double-check that you spelled your ³ ECHO ³ name correctly and that no spaces are ³ ECHO ³ included, because this program will not do ³ ECHO ³ it for you. ³ ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ECHO. SET /p sn=Screen Name : ECHO. regedit /E awaymessagebackup.reg "HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users\%sn%\IAmGoneList" CLS ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ Success! ³ ECHO ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ECHO ³ The file has been written to the same ³ ECHO ³ directory that you ran the batch file from ³ ECHO ³ ³ ECHO ³ To import your away messages back into AIM ³ ECHO ³ simply double click on the file and agree ³ ECHO ³ to the questions it asks. ³ ECHO ³ ³ ECHO ³ IMPORTANT ³ ECHO ³ Right click the .reg file and edit it in ³ ECHO ³ notepad. DELETE any character that is a ³ ECHO ³ filled in box. If you do not, the registry ³ ECHO ³ will not be backed up properly. ³ ECHO ³ ³ ECHO ³ This should only happen if you use complex ³ ECHO ³ html in your away messages ³ ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ECHO. PAUSE