- Foreword
- Basics
- Syntax
- Commands
- String
- Plugins
- ModifyDialogs
- Commands
- SysInfo
- Commands
- Process
- Commands
- Tweaks
- Commands
-
- Appendix
IniRead <var> <ini> <section> <key> [<default value>]
Read the value from given configuration file.
Parameters
var | Name of the variable that will receive the value. |
ini | Name of the ini-file. May contain variables and environment variables. |
section | Section name in the ini-file. |
key | Key name in the ini-file. |
default value | Text that will be written to the variable, if key is absent in the file. If omitted, empty value will be written. |
Switches
None.
Related