home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / mojoinst / mojoinst.exe / MOJODISK / DATA.2 / compile.bat next >
DOS Batch File  |  1996-05-25  |  150b  |  7 lines

  1. REM compile <compilerpath> <.java file> <error file> <done indicator> <classpath>
  2. set CLASSPATH=%5
  3. del %4
  4. del *.class
  5. %1 %2 > %3
  6. echo DONE > %4
  7.