====== TMSSSTDERRNOCOLOR ======
The [[variable:start|Environmental Variable]] ''TMSSSTDERRNOCOLOR'' disables color formatting for displayed stderr output to terminal window.
===== Example =====
==== Windows Command Line ====
set TMSSSTDERRNOCOLOR=true
==== Windows PowerShell ====
$env: TMSSSTDERRNOCOLOR = true
==== Linux ====
export TMSSSTDERRNOCOLOR=true
{{tag>environmental_variables paths stderr}}