Administrator’s Guide
287
Using MCScript to Update Your Script Files
PRIVATEEXISTS
3
PRIVATEEXISTS
<FILE_NAME> <SECTION>
<KEY> [<VALUE_STR>]
Tests whether the key exists or whether it exists
with the optional <VALUE_STR>. Sets the function
result to TRUE/FALSE.
<FILE_NAME> == "": Use WIN.INI.
READPRIVATE
5
READPRIVATE
<FILE_NAME> <SECTION>
<KEY> <DEFAULT> <MACRO>
Reads a profile string into the MACRO defined by
<MACRO>.
<FILE_NAME> == "": Use WIN.INI.
Command name
Min #
params
Usage, examples, and comments