  *
  *	FILES_INFO   *(  *	Edward A. Heinrich			January 22, 1992  *=  *	Copyright  1993 by LOKI Group, Inc.  All rights reserved. D  *	Permission is granted for use and distribution for non-commercial  *	purposes.  *  F FILES_INFO accepts a filename on the DCL command line and displays all: the processes that have the file open for reading/writing.  G Warning: elevated privileges are required and this program does contain 2 kernel-mode code to access system data structures.  	 To build:    	$cc files_info  	$macro files_macro / 	$link /exe=files_info files_info,sys$input/opt  	files_macro 	sys$share:vaxcrtl/share 	sys$system:sys.stb/selective   	sys$system:sysdef.stb/selective 	$   To use:   - 	$ !Edit FILES.CLD to point to FILES_INFO.EXE  	$ set command files 	$ files file.ext 