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 [2020/01/20 23:33] Scott Cunliffevariable:tmssreporttitle [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ===== Example ===== ===== Example =====
  
-Using TMSS10Inventory, setting report heading to ''My Inventory'' using report ID 113.+Using [[cli:tmss10inventory|TMSS10Inventory]], setting report heading to ''My Inventory'' using report ID 100.
  
-<sxh+==== Windows Command Line ==== 
-set TMSSREPORTTITLE113=My Heading + 
-</sxh>+<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.1579563210.txt.gz · Last modified: 2025/01/21 22:07 (external edit)