HM_SETTINGS_DIR
Sets the location to read/write the hmsettings.tcl file.
Syntax
HM_SETTINGS_DIR directory
Description
- directory
- The path to the directory where the file should be written to and read from. A value of ./ (dot slash) indicates that the start-in directory should be used.
Examples
To set the directory to always use the start-in directory: HM_SETTINGS_DIR ./.
To set the directory to E:/mydir: HM_SETTINGS_DIR E:/mydir.
Errors
None.