From WikiChip
Difference between revisions of "mirc/commands/save"
m (bot: sort-key added to category) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{mirc title|/save Command}} |
The '''/save command''' save the specified popups/users/variables to a file. | The '''/save command''' save the specified popups/users/variables to a file. | ||
Line 19: | Line 19: | ||
== Parameters == | == Parameters == | ||
* '''<filename>''' - The script file to save to | * '''<filename>''' - The script file to save to | ||
+ | |||
+ | == Example == | ||
+ | |||
+ | None | ||
+ | |||
== Compatibility == | == Compatibility == | ||
{{mIRC compatibility|5.0}} | {{mIRC compatibility|5.0}} |
Latest revision as of 17:53, 2 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /save command save the specified popups/users/variables to a file.
Note: You can only save one section at a time.
Synopsis[edit]
/save -p<scqnm> <filename> /save -r<uv> <filename>
Switches[edit]
- -pm - Saves the menubar popups.
- -pn - Saves the nicklist popups.
- -pq - Saves the query popups.
- -pc - Saves the channel popups.
- -ps - Saves the status window popups.
- -rv - Saves the variable file.
- -ru - Saves the users file.
Parameters[edit]
- <filename> - The script file to save to
Example[edit]
None
Compatibility[edit]
Added: mIRC v5.0
Added on: 02 Apr 1997
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