home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / DALiworld / data1.cab / Miscellaneous / DALiWorld.bat < prev    next >
DOS Batch File  |  2001-08-06  |  438b  |  11 lines

  1. @echo off
  2. REM DALiWorld Script - this script launches the DALiWorld application.
  3. REM 
  4. REM Author: Todd Papaioannou
  5. REM Date  : Jan 2001
  6. REM
  7. REM Note: The script assumes that you already have the java executable in
  8. REM your PATH. 
  9.  
  10. .\JVM\bin\javaw -Xms64M -Xmx256M -classpath ".;%CLASSPATH%;libs\IDebug.jar;libs\jaxp.jar;libs\crimson.jar;libs\SunDevTools.jar;jars\DALiWorld.jar;.\source" soba.Absynthe %1 %2 %3 %4 %5 %6 %7 %8 %9
  11.