; ; Copyright 1991 by Hunter Goatley. This code may be freely distributed ; and modified for non-commercial purposes as long as this copyright notice ; is retained. ; SET_PRCNAM.MAR is a MACRO program that will let you set the process name for any process on the system. It doesn't use ASTs to do its work, but instead simply modifies the PCB for the target process. Not much practical use.... To build it, simply: $ MACRO SET_PRCNAM $ LINK/NOTRACE SET_PRCNAM $ RUN SET_PRCNAM Enter the PID of the target process: 0 Enter the new process name: Testing $ Enjoy! Questions, comments, or suggestions are welcome. Hunter Goatley, VAX Systems Programmer E-mail: goathunter@WKUVX1.BITNET Academic Computing, STH 226 Voice: (502) 745-5251 Western Kentucky University Bowling Green, KY 42101