WA2LWinTools/etc/appstart.domainname.cfg
WA2LWinTools/etc/appstart.cfg
The first configuration file in the sequence: appstart.hostname.cfg -> appstart.domainname.cfg -> appstart.cfg is read when existing.
The hostname is replaced by the %COMPUTERNAME% and domainname is replaced by the %USERDOMAIN% environment variable.
The file format is OPTION=VALUE
Between the OPTION, the = and the VALUE are no spaces.
You can use the same additional (environment)variables as in the EXECUTABLE and OPTIONS column in run.cfg(4).
To identify a drive you can also use labels what makes the configuration file settings more independent from the actual drive letters.
See appstart(1) and lpath(3) for a description of labels.
See run.cfg(4) for a description of the environment variables.
Example: SEARCHPATH=USB-DISK:\programs;%INSTALLDRIVE%:\bin
Example: SEARCHPATH=%USERPROFILE%\Documents\programs;%INSTALLDRIVE%:\bin
Example: SEARCHPATH=%USERPROFILE%\Documents\programs;%INSTALLDRIVE%:\programs
Default: SEARCHPATH=%USERPROFILE%\Documents\bin;%ProgramFiles(x86)%;%SystemDrive%\Program Files;%INSTALLDIR%;%INSTALLDRIVE%:\bin;%INSTALLDIR%\bin
You can use the same additional (environment)variables as in the EXECUTABLE and OPTIONS column in run.cfg(4).
To identify a drive you can also use labels what makes the configuration file settings more independent from the actual drive letters.
See appstart(1) and lpath(3) for a description of labels.
See run.cfg(4) for a description of the environment variables.
Example: PATH_PRE=USB-DISK:\bin\OpenJDK64Portable\17.0.9+9\bin
Example: PATH_PRE=d:\bin\OpenJDK\bin;h:\binOpenJRE\bin
Default: PATH_PRE=
Allowed variable definitions are ^[A-Z][0-9A-Z_]*=value whereas the value can be a label (see: lpath(3)) and can contain the same additional (environment)variables as in the EXECUTABLE and OPTIONS column in run.cfg(4).
Example: DATA=USB-DISK:
Default:
Example: DEBUG=True
Default: DEBUG=False
This is free software; see WA2LWinTools/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.