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

  1. @echo off
  2. REM Prefs Script - this script launches the Preferences application,
  3. REM which can be used to edit the user preferences. By default, the 
  4. REM preferences are saved as myprefs.dat.
  5. REM
  6. REM Author: Todd Papaioannou
  7. REM Date  : Jan 2001
  8. REM Tweaked by Joe Kiniry on March 21, 2001 for:
  9. REM   use of javaw rather than java.
  10. REM
  11. REM Note: The script assumes that you already have the java executable in
  12. REM your PATH.
  13.  
  14. .\JVM\bin\javaw -classpath "%CLASSPATH%;libs\IDebug.jar;libs\SunDevTools.jar;jars\DALiWorld.jar;.\source" soba.gui.PreferencesController myprefs.dat
  15.  
  16.