Actions
Remini » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 02/14/2014 04:36 PM
Added in 1.9.0
/remini <inifile> <section> [item]
Deletes whole sections or single items in an INI file.
Parameters
<inifile> - Ini file where the section is located.
<section> - Section in the ini file to remove.
[item] - Item in the section to remove.
Examples
;Remove the entire section TEST in file.ini. /remini file.ini TEST ;Remove only the testitem element from the TEST section in file.ini. /remini file.ini TEST testitem
Updated by Per Amundsen over 10 years ago · 1 revisions