home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / javasdk / sdk-java.exe / SDKJava.cab / Samples / jexegen / Mapplet / makeit.bat next >
Encoding:
DOS Batch File  |  1996-10-10  |  212 b   |  10 lines

  1. @echo off
  2. echo .
  3. echo . Creating mapplet.exe with the following command:
  4. echo .
  5. echo . jexegen /OUT:mapplet.exe /MAIN:MApplet *.class
  6. echo .
  7.  
  8. ..\..\..\bin\jexegen /OUT:mapplet.exe /MAIN:MApplet *.class
  9.  
  10.