Short: Break processes by name Author: kai@iske.adsp.sub.org Uploader: kai iske adsp sub org Type: util/cli Architecture: m68k-amigaos This is a simple addition to the C:Break command. BreakName may break processes by issuing either a) the complete path + filename as shown by the C:Status command b) only the filename PUBLIC DOMAIN, includes source... Fixed since Version 37.1 (Yep, even a small program may have bugs ;) - Permit was only called when the process was not found (Reported by: David Jameson) - Didn`t check for length of name to copy (Reported by: David Jameson) Fixed since Version 37.0 (Yep, even a small program may have bugs ;) - FindTask was called with A0=NULL instead of A1=NULL ;) Whoops, better check registers next time - ReturnCode wasn`t set correctly