Adds, changes, or deletes entries or sections in the specified .INI file. In a single INI directive, you can add an entry to a section, or add a section and an entry. You can also delete a section, or delete an entry in a section.
In general, 32-bit applications should be using the Registry for application-specific data and not relying on the .INI files.
Example:
This example deletes the [nfsw] section in the SYSTEM.INI file.
INI C:\windows\system.ini nfsw
Example:
This example creates an app section in the WIN.INI file if it does not exist, and creates the Flag1 entry.
INI C:\windows\win.ini app Flag1=1