Arbortext Command Language > Arbortext Command Language Overview > Document Command Files
  
Document Command Files
Arbortext Editor reads the document command files when you open a specific document.
The docname.acl file stores ACL code for a specific document. The docname.js file stores JavaScript code for a specific document.
* 
If you have a docname.acl file and a docname.js file, Arbortext Editor will read docname.acl before it reads docname.js.
Commands in the docname.acl and docname.js files override the commands in all previous command files.
You should save the docname.acl and docname.js files in the same directory as the docname document.
* 
If you save a document associated with one or more document command files under a new name, Arbortext Editor automatically creates new copies of those command files with the same name as the new document.
Related Topics
Startup command files