Compare two binary files
1. cmpfile fn1:= C:\1.txt fn2:= C:\2.txt;
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
input file1's name with full path
input file2's name with full path
Output
int
different type of two compared files
the byte offset that two files are different starting at
This X-Function compares two binary files and print out comparison results.