CompareFiles

This Action is designed for comparing two text files.
For example, if a SQL server log file is copied to a location (different than the original one), and is later compared with the originally located log file, the difference between these files will show what changed during the time period.

If there are differences, it might be useful to copy the changed log file to yet another location and try to find out which particular error occurred. SendMail Action can be used for sending the error message to the administrator's cell phone.

Source Filename
This is a name of the original file.

Destination Filename
This is a name of the file that the original file is compared to.

Ignore Case
This setting tells xStarter to ignore case of characters in files being compared.

Ignore Blanks
This setting tells xStarter to ignore white space characters in files being compared.

Results:
SourceDiff
This is a text with changes in the source file.

DestDiff
This is a text with changes in the destination file.

LinesAdd
This is the number of newly added lines.

LinesMod
This is the number of updated lines.

LinesDel
This is the number of deleted lines.