Arbortext Command Language > set Command Options > set filelist
  
set filelist
set filelist=f1 [f1,label] [;f2;f3;…;f8] [;f2,label;f3,label;…;f8,label]
This command specifies the list of file names to display in the File menu as the most recently opened files. You can specify up to eight file names separated by the path list separator character (a semicolon). Each file name should be an absolute path name. You can supply an optional label to display in the list of file names instead of the path to the file. The label must follow the path name and be separated from the path name by a comma (',').
Arbortext Editor automatically updates this list each time a new document is opened. If set to a null string, no files will be listed in the File menu.
Examples
set filelist="C:\docs\art.xml;C:\packages\_main.acl"
set filelist="C:\process\initial.xml,Initial Process;
C:\process\final.xml,Final Process"
set filelist=""