Dec 152017
Kills running processes in OS/2.0. Kill by name or pid. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
CRTMSG.BND | 1537 | 253 | deflated |
DDE4.MSG | 9056 | 2458 | deflated |
KILLEM.C | 30808 | 5339 | deflated |
KILLEM.DEF | 210 | 171 | deflated |
KILLEM.DOC | 1540 | 814 | deflated |
KILLEM.EXE | 34397 | 16691 | deflated |
KILLEM.MAP | 11886 | 2224 | deflated |
KILLEM.OBJ | 3567 | 2343 | deflated |
MAKEFILE | 315 | 213 | deflated |
PROCSTAT.H | 5918 | 1603 | deflated |
Download File KILLEM.ZIP Here
Contents of the KILLEM.DOC file
KILLEM.EXE kills running processes by name. It works with OS/2 2.0 and is
a 32-bit app, so it won't run on 1.x. If you want a version that runs on 1.x,
E-Mail me and I'll send you my 16-bit version.
KILLEM.EXE uses the undocumented API DosQProcStatus to get a list of running
processes - therefore its stability is in question because IBM could change
or remove this API without telling anyone. But this API stayed the same from
1.1 to 1.3 so I would doubt that the 2.0 version will change in any 2.x
release...
Usage: KILLEM processname-or-PID processname-or-PID ...
You can specify process names and process ids to kill and you can mix and match
them and list as many of each as you want to kill.
If a PID (Process ID) is specified, it must be in decimal, not hex.
If no extension is given for processname, .EXE is appended. process-name is
the name that the program was started with.
For example, if you ran a program by typing MYPROG or 'START MYPROG' on the
command line, you would type 'KILLEM MYPROG' to kill it.
All instances of all processnames will be killed.
All OS/2 processes will be killed unless they ignore DosKillProcess signals.
If you want a utility that lists running processes, PROCS.EXE should be
available where you got KILLEM.EXE. If not, let me know and I'll point out
where you could get it.
Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
Hope this utility proves useful.
Rick Fishman
Code Blazers, Inc.
4113 Apricot
Irvine, CA 92720
a 32-bit app, so it won't run on 1.x. If you want a version that runs on 1.x,
E-Mail me and I'll send you my 16-bit version.
KILLEM.EXE uses the undocumented API DosQProcStatus to get a list of running
processes - therefore its stability is in question because IBM could change
or remove this API without telling anyone. But this API stayed the same from
1.1 to 1.3 so I would doubt that the 2.0 version will change in any 2.x
release...
Usage: KILLEM processname-or-PID processname-or-PID ...
You can specify process names and process ids to kill and you can mix and match
them and list as many of each as you want to kill.
If a PID (Process ID) is specified, it must be in decimal, not hex.
If no extension is given for processname, .EXE is appended. process-name is
the name that the program was started with.
For example, if you ran a program by typing MYPROG or 'START MYPROG' on the
command line, you would type 'KILLEM MYPROG' to kill it.
All instances of all processnames will be killed.
All OS/2 processes will be killed unless they ignore DosKillProcess signals.
If you want a utility that lists running processes, PROCS.EXE should be
available where you got KILLEM.EXE. If not, let me know and I'll point out
where you could get it.
Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
Hope this utility proves useful.
Rick Fishman
Code Blazers, Inc.
4113 Apricot
Irvine, CA 92720
December 15, 2017
Add comments