-
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/savebuf
< mirc | commands
Revision as of 18:58, 16 June 2014 by 83.204.130.183 (talk) (Created page with "The '''/savebuf command''' saves the specified number of lines from the end of the buffer of the specified window into the specified filename. == Synopsis == /savebuf -sfgao ...")
The /savebuf command saves the specified number of lines from the end of the buffer of the specified window into the specified filename.
Synopsis
/savebuf -sfgao [lines] <window | dialog id> <filename>
Switches
- -a - Appends the lines to the output window/file
- -s - Saves the status window buffer
- -f - Saves the finger window buffer (removed feature)
- -g - ??
- -o - Indicates that you have specified the [dialog id] parameters instead of a window name in order to load lines into a custom dialog control
Parameters
- [lines] - If specified, the number of lines to add from the end the file or a range of lines N-N2, otherwise the whole content of the file is added.
- <window | dialog id> - The window's name or the dialog's name and an id to adds the lines to.
- <filename> - The filename you want to add lines from.
Example
None
Compatibility
Added: mIRC v6.1
Added On: 29/08/2003
Note: Individual switches were not taken into consideration.