Code:
'javac' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
I did the Classpath and Path

Inside the Compiler:

Code:
@echo off
cd .
javac -cp lib/clientlibs.jar; -deprecation -d bin -sourcepath src src/*.java
pause