Running

Edit run.bat too say this:
@echo off
cd class
java Javabot run
pause

( run is the default argument , you can create your own. )

Compiling

Edit compile.bat too say this:
@echo off
cd src
"c:\program files\java\jdkX.X.X_XX\bin\javac.exe" -d class *.java
pause

remove the X's and replace them with your java version

Editing:

Edit .:./src/Javabot.java as you see fit.