Presentation and options Dialog box of the application
Syntax

Presentation and options

Program to edit or read REL files or other type of file in INI format such as PAR, INI or INF files.

INI files are made up of sections, which are recognized by being at the beginning of lines with the name in square brackets. Each section can have, following its name, and on a new line, one or more keys, which are followed by an equal sign and by the value of the key. The order of the sections within the file is irrelevant, and so is the order of the keys within a section. Two keys with the same name in different sections are considered different keys. Blank lines are ignored. Comments can be included in lines starting with a semicolon. Example of the INI format:

[A_SECTION] 
; This is a comment
AKey=Value
AnotherKey=Value2

[ANOTHER_SECTION] 
AThirdKey=Value3


...

In option 5, the command file format allows each of the possible actions of the program, except 6, to be specified on consecutive lines of text. The INI file name must not be given, and all other parameters must be separated by a single space and enclosed in quotes if they contain spaces. For example, to change the name of a key, the following two actions can be chained:

1 A_SECTION TheKey "New Value"
2 A_SECTION TheKey
...
to obtain the INI file:
[A_SECTION]
TheKey2=New Value
...

The program options are:


Syntax

Syntax:

Options:

Parameters:

Modifiers: