technote:setting_environmental_variables
This is an old revision of the document!
Table of Contents
Setting Environmental Variables
The default behaviour of TapeTrack programs can be changed by setting environmental variables.
These variables can be set using the following methods.
Windows Command Line
set VARIABLE=VALUE
Where VARIABLE is the variable name, and VALUE is the variable value.
Linux Shell
To set an environmental variable in the Linux operating system, use the export
command.
export VARIABLE=VALUE
Where VARIABLE is the variable name, and VALUE is the variable value.
TapeTrack Config File
The TapeTrack Config File that is loaded when each Desktop and Command Line Program is initiated, it can also be used to set environmental variables.
variables = { TMSSLEVELNAMES = "A,B,C"; TMSSNOLEVELSLOT = "1"; };
technote/setting_environmental_variables.1530306344.txt.gz · Last modified: 2025/01/21 22:07 (external edit)