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 / Hello / makeit.bat < prev   
Encoding:
DOS Batch File  |  1996-10-10  |  222 b   |  10 lines

  1. @echo off
  2. echo .
  3. echo . Creating hello.exe with the following command:
  4. echo .
  5. echo . jexegen /out:hello.exe /main:Test.Hello Test\*.class
  6. echo .
  7.  
  8. ..\..\..\bin\jexegen /out:hello.exe /main:Test.Hello Test\*.class
  9.  
  10.