home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / kill / kill.txt < prev    next >
Encoding:
Text File  |  1992-08-10  |  538 b   |  13 lines

  1. This is a little utility I wrote to kill a process by specifying it's
  2. PID rather than by name as killem does, and while the new version of
  3. killem does allow the specification of a PID you must first convert it
  4. decimal. This version of kill lets you input the HEX PID as given in
  5. the output of the OS/2 command PSTAT. I've also included the source
  6. code so that anyone can modify it.
  7.  
  8. kill was written using the GCC port of the GNU C compiler for
  9. OS/2 2.0.
  10.  
  11. Questions can be addressed to:     Gary Hennigan
  12.                 (ghenniga@NMSU.Edu)
  13.