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 [2021/07/20 02:10] – [Windows Command Line] fnicol | technote:setting_environmental_variables [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Windows Command Line ===== | ===== Windows Command Line ===== | ||
- | <sxh text;> | + | <code text;> |
set VARIABLE=VALUE | set VARIABLE=VALUE | ||
- | </sxh> | + | </code> |
Where '' | Where '' | ||
Line 15: | Line 15: | ||
===== Windows PowerShell ===== | ===== Windows PowerShell ===== | ||
- | 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 Windows PowerShell variable $TMSSREPORTFORMAT = " | Using a Windows PowerShell variable $TMSSREPORTFORMAT = " | ||
Line 30: | Line 30: | ||
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: | ||
Line 38: | Line 38: | ||
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> | + | {{tag> |
technote/setting_environmental_variables.1626747035.txt.gz · Last modified: 2025/01/21 22:07 (external edit)