Getting Started: Learning INI File Basics 5
3. Blank Lines Make Files Easy to Read
Using blank lines is recommended for making code easier to read.
4. Comment with a # Sign
As stated earlier, number signs (#) indicate the start of a comment. Comments can
begin anywhere on a line. Everything between the # and the End of Line is ignored.
5. Values with White Spaces Require Quotation Marks
Values (of parameters and their options) containing white spaces must be placed
inside quotation marks (use common-practice nesting rules).
6. Separate Lists with Semicolons or Commas
Use semicolons or commas for list separators.
7. {username}.ini Files must be Write-Enabled
All {username}.ini files must be write-enabled to allow the thin client to place the
encrypted user passwords in the files.
8. Use the wlx.ini File to Set the Maximum Number of Connection Entries Allowed
The combined number of connection entries defined in a {username}.ini file and a
wlx.ini cannot exceed a defined total maximum number of connections. The
maximum number of connections has a default limit of 216, but can be set from
100 to 1000 using the wlx.ini file.
9. Use System Variables with Some Options of the Connect Parameter
Some options of the Connect parameter can use the system variables shown in
Table 1 to map the string. All combinations of the variables are supported. For
options that support use of system variables, see "Connect Parameter: Options."
Table 1 System Variables
Option Value
$SN Serial number used.
$MAC MAC address used.
$IP IP Address used.
$DN Sign-on domain name used.
$UN Sign-on name used.
$PW Sign-on password used.
$TN Terminal name.