@ECHO off ECHO Please Stand By: Loading Bot... TITLE Default - X-Bot [Loading... ( 0%)] C: TITLE Default - X-Bot [Loading... ( 30%)] IF EXIST C:\OverTech\LogicX\x-bot\windrop\pid.Default ( ECHO Cleaning up temporary files from last run... DEL C:\OverTech\LogicX\x-bot\windrop\pid.Default ) IF EXIST C:\OverTech\LogicX\x-bot\windrop\pid.X-Bot ( ECHO Cleaning up temporary files from last run... DEL C:\OverTech\LogicX\x-bot\windrop\pid.X-Bot ) IF EXIST C:\OverTech\LogicX\x-bot\windrop\pid.XBot ( ECHO Cleaning up temporary files from last run... DEL C:\OverTech\LogicX\x-bot\windrop\pid.XBot ) TITLE Default - X-Bot [Loading... ( 70%)] cd C:\OverTech\LogicX\x-bot\windrop TITLE Default - X-Bot [Loading... ( 90%)] Cls IF EXIST C:\OverTech\LogicX\x-bot\windrop\main.user ( TITLE Default - X-Bot [Running] ECHO Running X-Bot in normal mode... ECHO X-Bot is now showing the debug console... ECHO ---------------------------------------------------------------------- start eggdrop.exe Default.conf ) ELSE ( TITLE Default - 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 ---------------------------------------------------------------------- start eggdrop -m Default.conf ) Exit Close