Arbortext – ACL – Remove Comments From a File
Here is a simple use of ACL (Arbortext Command Language) to remove all the comments in your file. Placing this function in a file, for example, removeComment.acl and store it in <arbortext installation>/custom/scripts/. You can call out the script either by using the command line or place it in a menu. function removeComments() { [...]

