From WikiChip
Difference between revisions of "mirc/commands/hsave"
m (bot: sort-key added to category) |
m (Add missing -o switch. Found in 5.8 change log.) |
||
Line 3: | Line 3: | ||
== Synopsis == | == Synopsis == | ||
− | /hsave - | + | /hsave -sbniauo <name> <filename> [section] |
== Switches == | == Switches == | ||
Line 12: | Line 12: | ||
* '''-s''' - display a message if successful: ''* Saved hash table <nowiki><table></nowiki> to <filename>'' | * '''-s''' - display a message if successful: ''* Saved hash table <nowiki><table></nowiki> to <filename>'' | ||
* '''-u''' - forces items in the /hadd -uN unset list to be included. They are excluded by default. | * '''-u''' - forces items in the /hadd -uN unset list to be included. They are excluded by default. | ||
+ | * '''-o''' - overwite an existing file | ||
== Parameters == | == Parameters == | ||
* '''<name>''' - the name of the hash table | * '''<name>''' - the name of the hash table |
Revision as of 18:16, 11 August 2014
Template:mIRC menu The /hsave command is used to save a hash table to a file.
Synopsis
/hsave -sbniauo <name> <filename> [section]
Switches
- -b - saves binary files. $cr and $lf are preserved when saving as binary files
- -n - save files as data only. Each value is saved on a new line
- -a - appends to an existing file instead of overwriting it
- -i - treats the file as an ini file. You can specify an optional [section] after the filename
- -s - display a message if successful: * Saved hash table <table> to <filename>
- -u - forces items in the /hadd -uN unset list to be included. They are excluded by default.
- -o - overwite an existing file
Parameters
- <name> - the name of the hash table
- <filename> - the name of the file the table is being saved to
- [section] - if -i is used, you can specify the section of the ini file
Example
None
Compatibility
Added: mIRC v5.8
Added on: 05 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
mIRC commands list