For installation the following must be done:: 1. Edit FORCEX.FOR program and replace "**********" with the password of your systems SYSNET account. 2. Recompile the module FORCEX.FOR 3. Place the NETFORCEX.EXE file and the FORCEX.COM file in the SYSNET default directory. Place the FORCEX.EXE file in the directory that you desire. 4. Edit the FORCEX.CLD file and replace "**********" with the pathname of the FORCEX.EXE image. 5. SET COMMAND FORCEX.CLD This is a program to force exit processes. The command is used as follows: $ FORCEX SYSTEM This will force exit all interactive processes of the SYSTEM account. This may also be used on processes instead of the users by adding the /PROCESS_NAME qualifier. Another feature is a request may be made to invoked FORCEX on another node. Examples of this command: $ FORCEX "BATCH__109" /PROC /NODE=HARPO:: $ FORCEX "BATCH__*" /PROC $ FORCEX SYS* As you can see full wildcarding is allowed. Secondly, the process name is case sensitive. This is due to VMS's process naming conventions. For example, "TEST" is not the same as "Test".