/LoadConfigFromFiles <dump directory> [-Extension <extension name>] [-AllExtensions][-files][-listfile][-format] 

Loads a configuration from files. Loading extensions to the main configuration (or vice versa) is not supported. The following parameters are avalable:

<dump directory>. Directory that stores XML configuration files.
Extension <extension name>. Process the extension with the specified name. If the extension is successfully processed, return 0. Otherwise (if the extension with the specified name is not available or any errors occur) return 1.
AllExtensions. Load extensions only (all of them). If an extension is not found, create it. For each subdirectory of the specified directory, attempt to create an extension. If an attempt to load an extension to the main configuration (or vice versa) is made, display an error.
files. List of files to be loaded, comma-separated. This parameter is ignored if the -listfile parameter is specified.
listfile. File that stores the list of files to be loaded. This parameter is ignored if the -files parameter is specified.
                The file must meet the following requirements:
                 - UTF-8 encoding.
                 - Each file name is on a new line. The following line break characters are supported: \r\n ("new line") and \r ("carriage return").
                 - No empty lines between file names.
format. Use this parameter to partially load the configuration. It specifies the file structure format (the default option is Hierarchical):
               Hierarchical. Load files from a hierarchical structure.
               Plain. Load files from a flat structure.

1C:Enterprise Developer's Community