新建一个文本文件,假设命名为BCbatch.txt,只有一行内容如下:
file-report layout:side-by-side options:display-all,line-numbers output-to:"report.htm" output-options:wrap-word,html-color "比较文件1的全路径" "比较文件2的全路径"
然后在命令行下执行:
BC.exe @BCbatch.txt
本文介绍如何使用 BC.exe 工具通过批处理文件进行文件对比。具体操作包括创建包含对比参数的文本文件 BCbatch.txt,并在命令行中执行 BC.exe 调用该批处理文件。
新建一个文本文件,假设命名为BCbatch.txt,只有一行内容如下:
file-report layout:side-by-side options:display-all,line-numbers output-to:"report.htm" output-options:wrap-word,html-color "比较文件1的全路径" "比较文件2的全路径"
然后在命令行下执行:
BC.exe @BCbatch.txt
1843