dot.conf feature descriptions ============================= Builtin Commands ================ dot.conf natively has the ability to 'Include' additional configuration files that can be found - relative to a path pointed to by the DC_INCLUDEPATH environment variable if it is set. - relative to a path which can be set using the includepath command in a configuration file. - at a fully qualified position (starting with a / ) - Relative to the directory containing the configuration file. Note that if the name of the configuration file contains no directory components, and none of the above cases apply, included files are relative to the current working directory. Use the Include command in your configuration file to include another file, and use the IncludePath command to specify the directory from which included files are taken. Note that if the user sets DC_INCLUDEPATH in the environment, this setting will override the includepath setting. Here Documents =============== dot.conf also supports so-called 'here-documents' as known from the shell or from PERL. this feature can be used for ARG_STR type options. a here-document is initiated by <