From WikiChip
Difference between revisions of "mirc/commands/remini"
m (Bot: Fixing links) |
m (Bot: de-linking old mIRC menu) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/remini Command}} | ||
The '''/remini command''' deletes a whole section or a single item in an INI file | The '''/remini command''' deletes a whole section or a single item in an INI file | ||
Line 18: | Line 19: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|4.6}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
Line 28: | Line 25: | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
* {{mIRC|/writeini}} | * {{mIRC|/writeini}} | ||
− | * | + | * {{mIRC|$readini}} |
− | * | + | * {{mIRC|$ini}} |
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|remini command - mIRC]] |
Latest revision as of 18:37, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /remini command deletes a whole section or a single item in an INI file
Note: you shouldn't be using this on the INI files used by mIRC but that should work.
Synopsis[edit]
/remini <inifile> <section> [item]
Switches[edit]
None
Parameters[edit]
- <inifile> - The filename of the ini file
- <section> - The section of the ini file you want to delete
- [item] - If speficied, the item you want to delete in the section, otherwise the whole section is deleted
Example[edit]
Compatibility[edit]
Added: mIRC v4.6
Added on: 07 Sep 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list