Command Line

IniRedit can be run from the command line. All parameters/switches optional and can be sent in any order.

Parameters:

-f "{inifile}"

The ini file to open. This can also be placed as the first parameter after the executable. e.g.

IniRedit.exe "C:\Windows\test.ini"

-d "{inifile}"

The destination save, or "save as." If this is not specified, IniRedit overwrites the ini with prompt.

-i "{irefile}"

The IRE file to use with the ini file. If not specified, IniRedit will look in ini directory for a ire file of the same name.

-s "{Section Name}"

The Section to jump to on ini load. Do not include the enclosing square brackets ("[" and "]")

-b yes/no

Sets whether to backup the ini on boot to yes or no.

Switches:

-l

Single Column mode. Directs IniRedit to work with single column text lists.

 -so

Section Only. Loads only the section specified in -s "{Section Name}"
SERIOUS WARNING: If you enable this and select "Save" it will overwrite your full ini loosing all the other sections. Would recommend using with the -d parameter or using "save As"