7FILE, Utilities, Utility for modifying file attributes.6 Joe Meadows's FILE for OpenVMS VAX and OpenVMS AXP4 FILE is a utility for modifying file attributes.A FILE DOES NOT convert a file. FILE changes characteristics ofIthe file, and thus VMS' view of the file. FILE can be used simply to viewIthe current characteristics of a file, or it can be used to change ANY ofGthe changeable characteristics. This utility can be VERY dangerous, andHshould only be used if you have a good understanding of RMS. Care shouldKbe taken when using this utility. While it doesn't actually change the fileKitself, you might consider using a backup copy of the file (I don't providea guarantee or warranty!).To use:: To define as a command, copy FILE_CLD.CLD to FILE.CLD and?add an IMAGE clause (just after the DEFINE VERB FILE line) that?points to where FILE.EXE is stored, and define the command with:SET COMMAND FILE, or define FILE as a foreign symbol (i.e.<FILE :== $Dev:[Dir]FILE). If you compile using GCC, you MUST%define the command using SET COMMAND.