Files
2021-03-11 00:30:16 +00:00

7 lines
94 B
Batchfile

@echo off
cd src
"C:\Program Files\Java\jre7\bin\javac.exe" -cp . -d ../bin/ ./*java
pause