Universal configurator

A tool for configuring any program, provided that its configuration parameters are in a .ini file or similar, or XML file.
You must provide a valid parameter file for each property in the same format as the configuration file.

The configuration file must be in the following format:

[titre]
option=valeur
etc... 

A valid parameter file can have the following format:

[titre]
option=valeur, valeur, etc...
etc... 
Universal configurator, screen

Panels

Configuration
Change the values for each configuration file option.

Initial configuration
See configuration file source.

Editor Options
Edit the file of possible values for each parameter.

Tree options
Displays the Settings file tree.

U.C. setup
Set up U.C. itself.

How does it work...

The software is written in Script and uses XML capabilities. Script code is compiled in C++ and integrated into the code of the graphical interface produced by Turbo Explorer C++.

Changes

Read the guide (English)

Loading