Filename Variables

Top  Previous  Next

There are a number of variables that can be used within the filename fields throughout CatTools which will help you create unique names for your backups and reports.

 

These variables are resolved to actual values at the time the activity is started.

 

Example:

C:\CatTools V3\Captured Data\%GroupName%\%DeviceName%.DeviceOutput.%DateISO%.txt

 

Filename variables should not be confused with Meta Data variables.

 

Variable

Value

%GroupName%

Device group name as a folder name

%BaseFile%

Device specific file name

%HostAddress%

Device specific Host Address

%DateISO%

ISO format date

%DateYYYY%

Date as yyyy (year only)

%DateMM%

Date as mm (month only)

%DateDD%

Date as dd (day only)

%DateWW%

Day of the week (values 1 through 7)

%DateWDN%

Week Day Name (e.g. Monday)

%TimeHHMM%

Time as hhmm (e.g. time of 13:01 will display as 1301)

%TimeHH%

Time as hh (e.g. time of 13:01 will display as 13)

%TimeMM%

Time as mm (e.g. time of 13:01 will display as 01)

%DeviceName%

File system friendly device name

%AppPath%

File system path of the CatTools executable including a trailing "\"

 

It should be noted that %GroupName% and %DeviceName% are device specific variables.

As such they can not be resolved against an Activity (summary report file) since an Activity is related to multiple devices.