.c ;Nail Program .c ;Program to delete processes .s 3 This program will delete another process in a controlled manner. It currently will not delete processes with a system UIC, and will give the terminal user one minute of warning before deleting the process. It also will boost that process to priority 4 so it can get some runtime on a loaded system. It is referenced in the OPCOM.COM command file. .s This program was written by Mark Johnson at Harvey Mudd College. You may wish to change the way it determines which processes are acceptable to delete if for other environments. For example, further tests can be made not to delete users on certain terminals, or to restrict the UIC's that can be deleted further. If you have any suggestions for improvements, please send me a note. .s .nf Mark Johnson Harvey Mudd College Computing Services Claremont, CA 91711