@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 ---------------------------------------------------------------------- eggdrop -nt 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 ---------------------------------------------------------------------- eggdrop -m Default.conf ) TITLE Default - 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\Default.bat ECHO . ECHO Thank you for using Overtech Technologies Products ECHO Visit us online at: www.OvertechTechnologies.com ECHO . ECHO You may now close this window by clicking the X ECHO in the upper right corner ECHO ---------------------------------------------------------------------- cmd