====== TMSSPROGRESSDISABLE ====== The [[variable:start|Environmental Variable]] ''TMSSPROGRESSDISABLE'' will disable the progress messages in command line program output. ===== Example ===== ==== Windows Command Line ==== set TMSSPROGRESSDISABLE=true ==== Windows PowerShell ==== $env:TMSSPROGRESSDISABLE = true ==== Linux ==== export TMSSPROGRESSDISABLE=true ===== See Also ===== * [[variable:start|Variables]] * [[technote:setting_environmental_variables|Setting Environmental Variables]] {{tag> environmental_variables}}