Table of Contents

TMSSPDFBLANKPAGETEXT

The Environmental Variable TMSSPDFBLANKPAGETEXT is used in TapeTrack Command Line Programs to handle PDF reports when no data is returned via the executed Command Line Programs.

Example

Windows Command Line

set TMSSPDFBLANKPAGETEXT =No Tapes Moving Today

Windows PowerShell

$env:TMSSPDFBLANKPAGETEXT  = "No Tapes Moving Today"

Linux

export TMSSPDFBLANKPAGETEXT  =No Tapes Moving Today