K KILL runs on VAX/VMS (v5.4 or later), OpenVMS VAX, and OpenVMS AXP systems.    Files included:  ---------------    AAAREADME.TXT		This file. $ DESCRIP.MMS		MMS file to build KILL.- FIELDS.L32		VAX BLISS library from FIELDS.R32 . FIELDS.L32E		AXP BLISS library from FIELDS.R32( FIELDS.R32		Matt Madison's field macros.- KILL.ALPHA_EXE		Linked under OpenVMS AXP v1.5 - KILL.ALPHA_OBJ		AXP object file for KILL.B32.   KILL.B32		BLISS source for KILL.< KILL.CLD		CDU file for the KILL command (to add to a command
 			table).) KILL.EXE		Linked under OpenVMS VAX v5.5-2 ) KILL.HLP		HELP text for the KILL command. ' KILL.OBJ		VAX object file for KILL.B32. - KILL.SDML		DOCUMENT source file for KILL.HLP. 4 KILL_CLD.ALPHA_OBJ	AXP object file for KILL_CLD.CLD.C KILL_CLD.CLD		CDU file for the KILL command (linked into KILL.EXE). / KILL_CLD.OBJ		VAX object file for KILL_CLD.CLD. 3 KILL_DEFS.L32		VAX BLISS library from KILL_DEFS.R32 4 KILL_DEFS.L32E		AXP BLISS library from KILL_DEFS.R322 KILL_DEFS.R32		Structure definitions for KILL.B32.4 KILL_MSG.ALPHA_OBJ	AXP object file for KILL_MSG.MSG.  KILL_MSG.MSG		KILL MESSAGE file./ KILL_MSG.OBJ		VAX object file for KILL_MSG.MSG.    BUILDING KILL.EXE   I KILL.EXE is generated from the KILL, KILL_CLD, and KILL_MSG object files. K Under VAX/VMS or OpenVMS VAX, KILL.EXE is built with the following command:   & 	$ LINK/NOTRACE KILL,KILL_CLD,KILL_MSG  - Under OpenVMS AXP, use the following command:   D 	$ LINK/NOTRACE KILL.ALPHA_OBJ,KILL_CLD.ALPHA_OBJ,KILL_MSG.ALPHA_OBJ   SETTING UP THE KILL COMMAND   I The KILL command can be set up as either a DCL verb or a foreign command. I KILL.CLD has been provided to set up KILL as a DCL verb.  For information D on adding verbs to a command table, see the documentation on the SETD COMMAND command.  You will need to edit KILL.CLD and change the line  " 	IMAGE		MADGOAT_ROOT:[EXE]KILL.EXE  B if this is not where you put KILL.EXE.	To set up KILL as a foreignK command, you need to define a symbol that points to KILL.EXE.  For example,   % 	$ KILL:==$MADGOAT_ROOT:[EXE]KILL.EXE   J This symbol should be defined in a command procedure that will be executed@ by the segment of the user population that needs access to KILL.   COPYRIGHT NOTICE  M This software is COPYRIGHT  1993.1994	MADGOAT SOFTWARE. ALL RIGHTS RESERVED. E Permission is granted for not-for-profit redistribution, provided all K source and object code remain unchanged from the original distribution, and ) that all copyright notices remain intact.   
 DISCLAIMER  K This software is provided "AS IS".  The author and MadGoat Software make no K representations or warranties with repsect to the software and specifically E disclaim any implied warranties of merchantability or fitness for any  particular purpose.    MADGOAT SOFTWARE MAILING LISTS  K MadGoat Software has set up the following mailing lists for discussions and  support of its products:       Info-MadGoat@wkuvx1.wku.edu = 	Discussion of MadGoat Software products by users and MadGoat - 	developers.  To subscribe, send a message to % 		Info-MadGoat-Request@wkuvx1.wku.edu = 	with the word SUBSCRIBE in the first line of the body of the 	 	message.   #     MadGoat-Announce@wkuvx1.wku.edu = 	Announcements of new releases and new products from MadGoat.   	To subscribe, send a message to) 		MadGoat-Announce-Request@wkuvx1.wku.edu = 	with the word SUBSCRIBE in the first line of the body of the 	 	message.        MadGoat-Bugs@wkuvx1.wku.edu A 	Address for reporting bugs in MadGoat Software products.  Please B 	include the name of the package and version in the subject headerA 	of the message, so the report can be more easily directed to the  	appropriate developer.     ' Darrell Burkhead	burkhdr@wkuvx1.wku.edu 