 ! H !  Copyright  1992 by Hunter Goatley.  All rights reserved.  PermissionK !  is given to freely distribute and modify this software for no commercial 5 !  gain as long as this copyright notice is retained.  ! I GETCMD.B32 is a BLISS-32 program that will display the DCL command recall K buffer for any interactive process on the system.  A VAX MACRO-32 source is , supplied for those who do not have BLISS-32.  G NOTE: GETCMD *will* work on OpenVMS AXP (Alpha), but the MACRO32 source K cannot be compiled to run under Alpha.  You must use the included .OBJ file < and relink, if you don't want to use the supplied .EXE file.  L This version of GETCMD makes some checks to ensure that the target process'sI CLI is DCL.  It does this by checking the name of the CLI (as recorded in J CTL$GT_CLINAME and stored in SYSUAF for each user).   If the name *begins*I with the characters "DCL", it is assumed to be either DCL or a variant of H it (like DCL_RECALL, if you're using my RECALL patch).  If the name doesI not begin with "DCL", an error is returned indicating that the CLI is not  DCL.  H This is a cleaner rewrite of the previous MACRO-32 version; I believe itH is bug-free.  While you are to use this program at your own risk, please* let me know if you encounter any problems.   To build it, simply:   	$ @BUILD_GETCMD" 	$ GETCMD :== $dev:[dir]GETCMD.EXE 	$ GETCMD <pid>  	 0 Questions, comments, or suggestions are welcome.  L Hunter Goatley, VAX Systems Programmer      E-mail: goathunter@WKUVX1.BITNETB Academic Computing, STH 226                 Voice:  (502) 745-5251 Western Kentucky University  Bowling Green, KY 42101 