home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / knm023.zip / knm.cmd < prev    next >
OS/2 REXX Batch file  |  1998-10-24  |  563b  |  20 lines

  1. @rem OS/2 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. rem *** This is a workaround for a common OS/2 TCP/IP problem.
  14.  
  15. ifconfig lo 127.0.0.1 up
  16.  
  17. rem *** Deactivate the above workaround if you know what you're doing
  18.  
  19. java -ms40m -mx80m -classpath %knmpath%\knm.jar;%classpath%; net.ibm.malamut.newsmail.ui.Shell %1
  20.