From WikiChip
Difference between revisions of "mirc/commands/save"
< mirc‎ | commands

(See also)
Line 28: Line 28:
 
* [[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]]
* [[/load command - mIRC|load]]
+
* [[/load command - mIRC|/load]]
  
 
[[Category:mIRC commands]]
 
[[Category:mIRC commands]]

Revision as of 18:43, 4 May 2014

The /save command save the specified popups/users/variables to a file.

Note: You can only save one section at a time.

Synopsis

/save -p<scqnm> <filename>
/save -r<uv> <filename>

Switches

  • -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

  • <filename> - The script file to save to

Compatibility

Added: mIRC v5.0

Added On: 02/04/97

Note: Individual switches were not taken into consideration.

See also