PDA

View Full Version : A Problem with folder-report using filter


Israel
12-Sep-2011, 09:32 AM
Hi,
I'm working with version 3.1.6.
I run a script like this:
BCompare.exe /silent @report-html.txt machine1 machine2 result.html

report-html.txt :
log verbose append:comparelog%date%.txt
load \\%1\D$ \\%2\D$
filter "w\dinw\;w\daka\krn\;w\wAkAF_CLIENk\"
expand all
folder-report layout:side-by-side options:display-mismatches,column-timestamp,column-size output-to:%3 output-options:html-color

In this case result.htm looks OK but it has too much details so I wanted to make the report more specific by using a detailed filter like this

filter "w\dinw\*.cwd;w\dinw\*.exe;w\dinw\*.dak;-w\dinw\Copy of*;w\daka\krn\*.dll;w\daka\krn\*.krn;w\wAkAF_CLIE Nk\"

BUT, in this case the result.htm doesn't make sense - for example it doesn't include changes in w\wAkAF_CLIENk\ (which it found using previous filter).

What am I doing wrong in the filter definition that make the report hide differences?

Thanks in advance,
Israel