home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / knm023.zip / knm.bat < prev    next >
DOS Batch File  |  1998-10-24  |  399b  |  14 lines

  1. @rem Windows startup file for knm
  2. @echo off
  3.  
  4. rem *** Feed the following arguments to this startup file:
  5. rem 1. filename (optional)    starts knm with this configuration file
  6.  
  7. rem *** Set these variables according to your needs
  8.  
  9. set knmpath=.
  10.  
  11. rem *** End of environment variables to set
  12.  
  13. java -ms40m -mx80m -classpath %knmpath%\knm.jar;%classpath%; net.ibm.malamut.newsmail.ui.Shell %1
  14.