TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssstderrterminal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
variable:tmssstderrterminal [2022/07/08 02:48] Scott Cunliffevariable:tmssstderrterminal [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSSSTDERRTERMINAL ====== ====== TMSSSTDERRTERMINAL ======
  
 +The [[variable:start|Environmental Variable]] ''TMSSSTDERRTERMINAL'' displays the stderr on terminal, while still allowing it to be written to the file specified by TMSSSTDERRDIR.
 +
 +===== Prerequisites =====
 +
 +Variable TMSSSTDERRDIR set to a valid file location.
  
 ===== Example ===== ===== Example =====
Line 6: Line 11:
 ==== Windows Command Line ==== ==== Windows Command Line ====
  
 +<code>
 +set TMSSSTDERRTERMINAL=true
 +</code>
 +
 +==== Windows PowerShell ====
 +
 +<code>
 +$env:TMSSSTDERRTERMINAL = true
 +</code>
 +
 +==== Linux ====
 +
 +<code>
 +export TMSSSTDERRTERMINAL=true
 +</code>
  
-{{tag>environmental_variables paths}}+{{tag>environmental_variables paths stderr}}
  
variable/tmssstderrterminal.1657248498.txt.gz · Last modified: 2025/01/21 22:07 (external edit)