technote:setting_environmental_variables
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technote:setting_environmental_variables [2019/08/12 23:13] – [PowerShell] Scott Cunliffe | technote:setting_environmental_variables [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Setting Environmental Variables ====== | ====== Setting Environmental Variables ====== | ||
- | The default behavior of TapeTrack programs can be changed by setting [[variable: | + | The default behavior of TapeTrack programs can be changed by setting [[variable: |
- | These [[variable: | + | These [[variable: |
===== Windows Command Line ===== | ===== Windows Command Line ===== | ||
- | <sxh text;> | + | <code text;> |
set VARIABLE=VALUE | set VARIABLE=VALUE | ||
- | </sxh> | + | </code> |
- | Where VARIABLE is the [[variable: | + | Where '' |
- | ===== PowerShell ===== | + | ===== Windows |
- | To set an [[variable: | + | To set an [[variable: |
- | <sxh> | + | <code> |
$env: | $env: | ||
- | </sxh> | + | </code> |
- | Where TMSSREPORTFORMAT is the [[variable: | + | Where '' |
<note important> | <note important> | ||
- | Using a PowerShell variable $TMSSREPORTFORMAT = " | + | Using a Windows |
===== Linux Shell ===== | ===== Linux Shell ===== | ||
- | To set an [[variable: | + | To set an [[variable: |
- | <sxh plain;> | + | <code plain;> |
export VARIABLE=VALUE | export VARIABLE=VALUE | ||
- | </sxh> | + | </code> |
- | Where VARIABLE is the [[variable: | + | Where VARIABLE is the [[variable: |
- | You can also prepend the [[variable: | + | You can also prepend the [[variable: |
- | <sxh plain;> | + | <code plain;> |
TMSSREPORTFORMAT=CSV TMSS10Inventory | TMSSREPORTFORMAT=CSV TMSS10Inventory | ||
- | </sxh> | + | </code> |
===== TapeTrack Config File ===== | ===== TapeTrack Config File ===== | ||
- | The TapeTrack Config File that is loaded when each [[: | + | The TapeTrack Config File that is loaded when each [[: |
- | <sxh plain;> | + | <code plain;> |
| | ||
| | ||
Line 51: | Line 51: | ||
}; | }; | ||
- | </sxh> | + | </code> |
+ | |||
+ | {{tag> |
technote/setting_environmental_variables.1565651602.txt.gz · Last modified: 2025/01/21 22:07 (external edit)