@echo off
Title Compiler
"C:\Program Files (x86)\Java\jdk1.7.0_25\bin\javac.exe" *.java
pause

