====== Configuration file ====== Configuration file is plain text file, either ANSI or unicode: UTF-16LE, UTF-16BE, UTF-8, UTF-8+BOM. When loading, Autorun search for a script file named **autorun.cfg** or **autorun.aucfg**. Additional files included with the **Include** directive can have an arbitrary name and extension, but to simplify the use of syntax highlighting in editors, it is recommended to use the **aucfg** extension. Plugin operate two sections in configuration file. First section executing when TC starting, second --- when it finishing. Exit section begins after [[directives|directive]]: Pragma AutorunFinalizeSection User defined [[commands|functions]] can be in any section and can also be called from any section. It is possible to include other files in the configuration file using the **Pragma Include** directive. Include files can contain user-defined functions and variables.