home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / AFC / JNotepad / Classes / buildexe.bat < prev    next >
Encoding:
DOS Batch File  |  1998-03-05  |  132 b   |  6 lines

  1. @echo off
  2. rem JNotepad EXE builder
  3. rem Assumes jexegen is in your path
  4.  
  5. jexegen /main:JNotePad /out:jnotepad.exe /w /v *.class
  6.