variable:tmssstderrdir
Table of Contents
TMSSSTDERRDIR
The Environmental Variable TMSSSTDERRDIR
specifies the full path to write the standard error stream to a date stamped file.
Example
Windows Command Line
To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports
set TMSSSTDERRDIR=C:\Program Files\TapeTrack\TapeTrack Sync\reports
Windows PowerShell
To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports
$env:TMSSSTDERRDIR = "C:\Program Files\TapeTrack\TapeTrack Sync\reports"
Linux
To write the standard error, from TMSS10Sync, to /var/tapetrack/reports
export TMSSSTDERRDIR="/var/tapetrack/reports"
variable/tmssstderrdir.txt · Last modified: 2025/01/21 22:07 by 127.0.0.1