From WikiChip
Difference between revisions of "mirc/commands/save"
(→Switches) |
|||
(14 intermediate revisions by 3 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. | ||
+ | |||
+ | Note: You can only save one section at a time. | ||
== Synopsis == | == Synopsis == | ||
− | / | + | /save -p<scqnm> <filename> |
− | / | + | /save -r<uv> <filename> |
== Switches == | == Switches == | ||
Line 16: | Line 19: | ||
== Parameters == | == Parameters == | ||
* '''<filename>''' - The script file to save to | * '''<filename>''' - The script file to save to | ||
− | |||
− | |||
− | + | == Example == | |
+ | |||
+ | None | ||
− | + | == Compatibility == | |
+ | {{mIRC compatibility|5.0}} | ||
== 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|/load}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|save command - mIRC]] |
Latest revision as of 16: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