From WikiChip
Difference between revisions of "mirc/commands/saveini"
(Created page with "mIRC might cache settings before they get saved to disk. This command dumps all mIRC saved settings from memory to their respective INI files. The '''/saveini command''' shoul...") |
m (Bot: de-linking old mIRC menu) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/saveini Command}} | ||
mIRC might cache settings before they get saved to disk. This command dumps all mIRC saved settings from memory to their respective INI files. The '''/saveini command''' should be called before attempting to access any settings from these files. | mIRC might cache settings before they get saved to disk. This command dumps all mIRC saved settings from memory to their respective INI files. The '''/saveini command''' should be called before attempting to access any settings from these files. | ||
Line 23: | Line 24: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.4}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$mircini}} |
− | * | + | * {{mIRC|$readini}} |
− | * | + | * {{mIRC|$read}} |
− | * | + | * {{mIRC|/load}} |
− | * | + | * {{mIRC|/localinfo}} |
− | * | + | * {{mIRC|/reload}} |
− | * | + | * {{mIRC|/save}} |
− | * | + | * {{mIRC|/savebuf}} |
− | * | + | * {{mIRC|/write}} |
− | * | + | * {{mIRC|/writeini}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|saveini command - mIRC]] |
Latest revision as of 18:39, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
mIRC might cache settings before they get saved to disk. This command dumps all mIRC saved settings from memory to their respective INI files. The /saveini command should be called before attempting to access any settings from these files.
Synopsis[edit]
/saveini
Switches[edit]
None
Parameters[edit]
None
Example[edit]
mIRC settings should be flushed before attempting to access recent data:
; returns the last text your searched using Ctrl+F alias lastFind { ; flush settings saveini ; return the last find text return $readini($mircini, n, find2, n0) }
Compatibility[edit]
Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
- List of commands
- List of identifiers
- $mircini
- $readini
- $read
- /load
- /localinfo
- /reload
- /save
- /savebuf
- /write
- /writeini
mIRC commands list