-
Dear all, I am trying to write a bat file to compare the files between 2 folders and provide a html comparison report. But if I specify -or /or parameter, it writes only one comparison report for all the files compared and says "same" or "different". How do I see the report for each of the files getting compared in the colorful html view like we can see in the tools -> generate html report? Are there any options available? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you check Although not documented, you can also have the same effect as above by specifying the following as a command line argument:
|
Beta Was this translation helpful? Give feedback.
If you check
Include File Compare Report
and press OK as shown below, file difference reports will also be output. However, only files with differences are created.This selection also affects when you create a report from the command line.
Although not documented, you can also have the same effect as above by specifying the following as a command line argument:
-cfg ReportFiles/IncludeFileCmpReport=1