2.14.1.1 cmpfile

Brief Information

Compare two binary files

Command Line Usage

1. cmpfile fn1:= C:\1.txt fn2:= C:\2.txt;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
File 1 fn1

Input

string

<>

input file1's name with full path

File 2 fn2

Input

string

<>

input file2's name with full path

different type diff

Output

int

isdiff

different type of two compared files

byte offset byteoffset

Output

int

byteoffset

the byte offset that two files are different starting at

Description

This X-Function compares two binary files and print out comparison results.

Related X-Functions