Hello everyone
I have been trying to run a script from c++ via Bcomp.exe
It has to compare two files in two folders and output the differences/mismatches in Report.txt. However, i get the BC window saying that script executed in 0.00 seconds. Is there a problem with the path definitions of the files?
here is the command:
system("\"C:\\Program Files\\Beyond Compare 3\\BComp.exe\" @Result.txt D:\\file1\\data1.txt D:\\file2\\data1.txt D:\\Report.txt");
The script file is :
file-report layout:side-by-side &
options:display-mismatches &
output-to: %3 %1 %2
I've been facing a similar problem where I've been using the qc switch. The paths of the files to be compared are not processed.
Plz reply asap as I need to work this out pretty fast.
Thanks in advance
Sreekiran
I have been trying to run a script from c++ via Bcomp.exe
It has to compare two files in two folders and output the differences/mismatches in Report.txt. However, i get the BC window saying that script executed in 0.00 seconds. Is there a problem with the path definitions of the files?
here is the command:
system("\"C:\\Program Files\\Beyond Compare 3\\BComp.exe\" @Result.txt D:\\file1\\data1.txt D:\\file2\\data1.txt D:\\Report.txt");
The script file is :
file-report layout:side-by-side &
options:display-mismatches &
output-to: %3 %1 %2
I've been facing a similar problem where I've been using the qc switch. The paths of the files to be compared are not processed.
Plz reply asap as I need to work this out pretty fast.
Thanks in advance
Sreekiran
Comment