-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/commands/saveini
< mirc | commands
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
/saveini
Switches
None
Parameters
None
Example
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
Added: mIRC v5.4
Added On: 23/06/98
Note: Individual switches were not taken into consideration.