| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Other |
|
See also |
GETINI, SETREG, GETREG |
Retrieve a value from an inifile and stores it in the specified script variable.
PUTINI <Section>, <Key>, <Filename>, <Value>
SETINI <Section>, <Key>, <Filename>, <Value>
|
Part |
Description | |
| <Section> |
Addressed inifile section (without the enclosing "[" and "]" characters). | |
| <Key> | Inifile variable/key name | |
| <Filename> | Full path and filename of the addressed inifile. | |
| <Value> | Value to store in the inifile for the specified key. | |
|
| ||