home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / knm023.zip / cancel.ksh < prev    next >
Text File  |  1998-10-04  |  505b  |  19 lines

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