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