Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: file inclusion chapter update

...

It is possible to include a configuration file into an existing one using the "include" command. File The file extension is usually .icfg.

Format:

include <file"file.icfg>icfg"

Example:

include "c:\charon\commonpart.icfg"

(info) The configuration template files are defined to use the "configuration_name.icfg" configuration file which is used by the CHARON Virtual Machines Manager. If you use an existing configuration file, including this file is not necessary.

...