SET JAVAC=javac SET JAR=jar %JAVAC% src/*.java -target 1.3 -d build/ cd build %JAR% cvfm ../dist/jMoule.jar ../src/manifest.txt . cd ..