home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / KILLEM.ZIP / KILLEM.DOC < prev    next >
Text File  |  1992-07-17  |  2KB  |  40 lines

  1. KILLEM.EXE kills running processes by name. It works with OS/2 2.0 and is
  2. a 32-bit app, so it won't run on 1.x. If you want a version that runs on 1.x,
  3. E-Mail me and I'll send you my 16-bit version.
  4.  
  5. KILLEM.EXE uses the undocumented API DosQProcStatus to get a list of running
  6. processes - therefore its stability is in question because IBM could change
  7. or remove this API without telling anyone. But this API stayed the same from
  8. 1.1 to 1.3 so I would doubt that the 2.0 version will change in any 2.x
  9. release...
  10.  
  11. Usage: KILLEM processname-or-PID processname-or-PID ...
  12.  
  13. You can specify process names and process ids to kill and you can mix and match
  14. them and list as many of each as you want to kill.
  15.  
  16. If a PID (Process ID) is specified, it must be in decimal, not hex.
  17.  
  18. If no extension is given for processname, .EXE is appended. process-name is
  19. the name that the program was started with.
  20.  
  21. For example, if you ran a program by typing MYPROG or 'START MYPROG' on the
  22. command line, you would type 'KILLEM MYPROG' to kill it.
  23.  
  24. All instances of all processnames will be killed.
  25.  
  26. All OS/2 processes will be killed unless they ignore DosKillProcess signals.
  27.  
  28. If you want a utility that lists running processes, PROCS.EXE should be
  29. available where you got KILLEM.EXE. If not, let me know and I'll point out
  30. where you could get it.
  31.  
  32. Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
  33.  
  34. Hope this utility proves useful.
  35.  
  36. Rick Fishman
  37. Code Blazers, Inc.
  38. 4113 Apricot
  39. Irvine, CA 92720
  40.