====== IniDelete ====== IniDelete
[] Deleting key or section from given configuration file. **Parameters** |< 100% 15% >| |ini|Name of ini-file. May contain variables and environment variables.| |section|Section name in the ini-file.| |key|Key name in the ini-file. If parameter is omitted, the whole section will be deleted. **Use with care!**| **Switches** |< 100% 15% >| |/R|The command will take into account the presence of the RedirectSection key in the given section.| **Related** [[IniRead]], [[IniWrite]] **Example** Removes the "test" key in the "Configuration" section from the Total Commander configuration: IniDelete %COMMANDER_INI% "Configuration" "test"