Hello everyone,
I'm running BC v3, and trying to execute a folder compare from commandline, and send the output to an html report.
This is the command I'm executing -
D:\Program Files\Beyond Compare 3>BCompare.exe BCScript01.txt D:\Folder1 D:\Folder2 D:\report.html
This is the script I'm using -
log normal "D:\temp_2\BC2-log.txt";
load "%1" "%2"
expand all
select all
folder-report layout:side-by-side output-to:%3 output-options:html-color
Folder1 have .doc files and Folder2 have txt files. But Both folder have same files name. So I would like to compare both folder for files name only. So what should I do ?
Any help would be greatly appreaciated. Thanks
I'm running BC v3, and trying to execute a folder compare from commandline, and send the output to an html report.
This is the command I'm executing -
D:\Program Files\Beyond Compare 3>BCompare.exe BCScript01.txt D:\Folder1 D:\Folder2 D:\report.html
This is the script I'm using -
log normal "D:\temp_2\BC2-log.txt";
load "%1" "%2"
expand all
select all
folder-report layout:side-by-side output-to:%3 output-options:html-color
Folder1 have .doc files and Folder2 have txt files. But Both folder have same files name. So I would like to compare both folder for files name only. So what should I do ?
Any help would be greatly appreaciated. Thanks
Comment