IniDelete

IniDelete <ini> <section> [<key>]

Deleting key or section from given configuration file.

Parameters

iniName of ini-file. May contain variables and environment variables.
sectionSection name in the ini-file.
keyKey name in the ini-file. If parameter is omitted, the whole section will be deleted. Use with care!

Switches

None.

Related

IniRead, IniWrite