home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
mojoinst
/
mojoinst.exe
/
MOJODISK
/
DATA.2
/
compile.bat
next >
Wrap
DOS Batch File
|
1996-05-25
|
150b
|
7 lines
REM compile <compilerpath> <.java file> <error file> <done indicator> <classpath>
set CLASSPATH=%5
del %4
del *.class
%1 %2 > %3
echo DONE > %4