@ECHO off ECHO Please Stand By: Loading Bot... TITLE CN-US & - X-Bot [Loading... ( 0%)] C: TITLE CN-US - X-Bot [Loading... ( 30%)] IF EXIST C:\OverTech\LogicX\x-bot\windrop\pid.CN-US ( ECHO Cleaning up temporary files from last run... DEL C:\OverTech\LogicX\x-bot\windrop\pid.CN-US ) IF EXIST C:\OverTech\LogicX\x-bot\windrop\pid.OverTech_US ( ECHO Cleaning up temporary files from last run... DEL C:\OverTech\LogicX\x-bot\windrop\pid.OverTech_US ) IF EXIST C:\OverTech\LogicX\x-bot\windrop\pid.OT_US ( ECHO Cleaning up temporary files from last run... DEL C:\OverTech\LogicX\x-bot\windrop\pid.OT_US ) TITLE CN-US - X-Bot [Loading... ( 70%)] cd C:\OverTech\LogicX\x-bot\windrop TITLE CN-US - X-Bot [Loading... ( 90%)] Cls IF EXIST C:\OverTech\LogicX\x-bot\windrop\main.user ( TITLE CN-US - X-Bot [Running] ECHO Running X-Bot in normal mode... ECHO X-Bot is now showing the debug console... ECHO ---------------------------------------------------------------------- eggdrop -nt CN-US.conf ) ELSE ( TITLE CN-US - X-Bot [Running - Userfile Creation Mode] ECHO Running X-Bot in userfile creation mode... ECHO X-Bot will not display any debug messages until the next time this bot is used. ECHO ---------------------------------------------------------------------- eggdrop -m CN-US.conf ) TITLE CN-US - X-Bot [No longer running] ECHO ---------------------------------------------------------------------- ECHO Your bot is no longer running. ECHO . ECHO You may run your bot again by going to the start menu and clicking run ECHO and typing the following: ECHO . ECHO C:\OverTech\LogicX\x-bot\CN-US.bat ECHO . ECHO Thank you for using LogicX Software and OverTech Technologies Products ECHO Visit us online at: http://ottech.cjb.net/logicx ECHO . ECHO You may now close this window by clicking the X ECHO in the upper right corner ECHO ---------------------------------------------------------------------- cmd