home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dialip2.zip / killhex.cmd < prev    next >
OS/2 REXX Batch file  |  1996-03-18  |  59b  |  6 lines

  1. /* killhex */
  2.  
  3. decpid = x2d( arg(1) )
  4. "kill "decpid
  5.  
  6.