I am extremely new to scripting for BC. I'm trying to find out where the CRC number is written when you perform a CRC comparison. I managed to piece together a script that executes without error but I sure it's not what I need. Any help would be appreciated.
I have the following script:
criteria crc
file-report layout:side-by-side options:display-mismatches
output-to:c:\Neil\report.txt c:\Neil\Test1\delete1.txt
c:\Neil\Test2\delete1.txt
I have the following script:
criteria crc
file-report layout:side-by-side options:display-mismatches
output-to:c:\Neil\report.txt c:\Neil\Test1\delete1.txt
c:\Neil\Test2\delete1.txt
Comment