TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssreporttitle

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:tmssreporttitle [2019/09/20 02:25] Scott Cunliffevariable:tmssreporttitle [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-===== TMSSREPORTTITLE =====+====== TMSSREPORTTITLE ======
  
-The [[variable:start|environmental variable]] ''TMSSREPORTTITLE'' allows a custom heading to be applied to a command line report using the report ID.+The [[variable:start|Environmental Variable]] ''TMSSREPORTTITLE'' allows a custom heading to be applied to a command line report using the report ID. 
 + 
 +===== Example ===== 
 + 
 +Using [[cli:tmss10inventory|TMSS10Inventory]], setting report heading to ''My Inventory'' using report ID 100. 
 + 
 +==== Windows Command Line ==== 
 + 
 +<code> 
 +set TMSSREPORTTITLE100=My Heading 
 +</code> 
 +==== Windows PowerShell ==== 
 + 
 +<code> 
 +$env:TMSSREPORTTITLE100 = "My Heading" 
 +</code> 
 + 
 +==== Linux ==== 
 + 
 +<code> 
 +export TMSSREPORTTITLE100="My Heading" 
 +</code>
  
 ===== See Also ===== ===== See Also =====
  
-[[technote:setting_environmental_variables|Setting environmental variables]]+  * [[variable:start|Variables]] 
 +  * [[technote:setting_environmental_variables|Setting Environmental Variables]]
  
 <-  ^ variable:start |Introduction ^ -> <-  ^ variable:start |Introduction ^ ->
  
-{{tag>environmental_variables paths reports}}+{{tag>environmental_variables paths reports pdf csv html excel text}}
variable/tmssreporttitle.1568946345.txt.gz · Last modified: 2025/01/21 22:07 (external edit)