yoanq
19-Aug-2010, 08:11 AM
Hi, when I tried to compare two folder using script in command line, i need ignore unimportant differences, but not work. BCompare copy file to folder D:\Diff no included in difference if I use ignore unimportant differences button in GUI interface.
Any suggestion,
Thank's Yoan
Command Line
BCompare.exe /closescript /ignoreunimportant "Compare_1.txt"
File Compare_1.txt
load "D:\DDL" "D:\Comp\DDL"
criteria rules-based
expand all
select left.orphan
copyto path:base "D:\NewTFS"
select right.orphan
copyto path:base "D:\NewBD"
select right.diff
copyto path:base "D:\Diff"
Any suggestion,
Thank's Yoan
Command Line
BCompare.exe /closescript /ignoreunimportant "Compare_1.txt"
File Compare_1.txt
load "D:\DDL" "D:\Comp\DDL"
criteria rules-based
expand all
select left.orphan
copyto path:base "D:\NewTFS"
select right.orphan
copyto path:base "D:\NewBD"
select right.diff
copyto path:base "D:\Diff"