Hey,

i have two problems:

i want to save my compiler variable when i make a setup with the function #Edit INI

next try - i load this ini file with command line option /CV

my problem: #Edit INI work only when i put a "=" at the INI item field - example:

Don´t work: _AUSWAHLRN_ "[_AUSWAHLRN_]"
work: _AUSWAHLRN_="[_AUSWAHLRN_]"

the biggest problem is - that the command line field is to short - with only 127 characters.

or can i read direkt a ini file by command line ?