[Release]Auto-Compiler

Joined
May 23, 2008
Messages
778
Reaction score
4
I'm not sure if it works, but if you put this into the folder with the java file(s) you want to compile, it should work..

Code:
@echo off
COLOR 01
title MSDartz Compiler.
"C:\Program Files\Java\jdk1.6.0_10\bin\javac.exe" -cp . *.java
pause

Put that, and save it as compiler.bat

Again, I'm not sure if it works.

Edit: I am now sure it works! =D
 
Last edited:
Not that hard to make. Only 1 line of code needed which you learn on basic Java tutorials.

:)
 
hey msdartz
you can make commands right?
i was thinking of a...
!follow [character ID}
follow wherever the [Character ID] goes
or something like that
 
Back