|
|
Yes, SuperTABLE can parse operating system environment variables found in INI files.
For example, if you prefer to unpack your cubes to the temporary directory on your system (instead of the default location C:\Program Files\STR\SuperTABLE\Databases)
Edit super.ini and change the DBPATH parameter in the [General] Section.
[General] DBPath=%TEMP%
Similarly, you might prefer to deploy cubes to your 'My Documents" area.
[General] DBPath=%USERPROFILE%\My Documents |