4     FILE is a utility for modifying file attributes.  A     FILE DOES NOT convert a file. FILE changes characteristics of I the file, and thus VMS' view of the file. FILE can be used simply to view I the current characteristics of a file, or it can be used to change ANY of G the changeable characteristics. This utility can be VERY dangerous, and H should only be used if you have a good understanding of RMS. Care shouldK be taken when using this utility. While it doesn't actually change the file K itself, you might consider using a backup copy of the file (I don't provide  a 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. 