conf

From OpenKore Wiki
Revision as of 20:20, 11 April 2010 by Manticora (talk | contribs) (Created page with ';conf (<config key>) [<value>|none] ;conf (<label.label_name>) [<value>|none] :<config key> ::- a configuration key name from config.txt. :<value> ::- any value depending on t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
conf (<config key>) [<value>|none]
conf (<label.label_name>) [<value>|none]
<config key>
- a configuration key name from config.txt.
<value>
- any value depending on the configuration key being changed.
<label.label_name>
- by specified label name in configuration block, you can use label name instead of configuration key (see example in config.txt)
Change a configuration key.
Command Description
conf <config key> Display the current value of the specified configuration key.
conf <config key> <value> Set a new value for the specified configuration key.
conf <config key> none Unset the specified configuration key.
conf <label.label_name> Display the current value of the specified configuration key
conf <label.label_name> <value> Set a new value for the specified configuration key through label_name.
conf <label.label_name> none Unset the specified configuration key through label_name.
Note. Kore will not disclose the username and password using this command.