TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssstderrdir

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:tmssstderrdir [2021/08/24 01:55] – [Example] Scott Cunliffevariable:tmssstderrdir [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ===== Example ===== ===== Example =====
  
-Windows Command Line+==== Windows Command Line ====
  
 To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports
Line 13: Line 13:
 </code> </code>
  
 +==== Windows PowerShell ====
  
-{{tag>environmental_variables paths}}+To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports 
 + 
 +<code> 
 +$env:TMSSSTDERRDIR = "C:\Program Files\TapeTrack\TapeTrack Sync\reports" 
 +</code> 
 + 
 +==== Linux ==== 
 + 
 +To write the standard error, from TMSS10Sync, to /var/tapetrack/reports 
 +<code> 
 +export TMSSSTDERRDIR="/var/tapetrack/reports" 
 +</code> 
 + 
 +{{tag>environmental_variables paths stderr}}
variable/tmssstderrdir.1629770149.txt.gz · Last modified: 2025/01/21 22:07 (external edit)