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

  1. @rem OS/2 startup file for the knm cancel tool
  2. @echo off
  3.  
  4. rem *** Use this file to terminate a hanging Gateway login
  5.  
  6. rem *** Feed the following arguments to this startup file:
  7. rem  1. Gateway Name
  8. rem  2. User Name
  9. rem  3. User Password
  10. rem Careful: this is all case sensitive!
  11.  
  12. rem *** Set these variables according to your needs
  13.  
  14. set knmpath=.
  15.  
  16. rem *** End of environment variables to set
  17.  
  18. java -classpath %classpath%;%knmpath%\knm.jar net.ibm.malamut.newsmail.netcall.NetcallTerminator %1 %2 %3
  19.