02-26-2011 09:10 AM
Hi,
I am using LV 8.5.1. Would like to know, is there any method can compare 2 binary files? Same function as command prompt below:
fc /b "file 1 path" "file 2 path"
First do not consider use the system exec.vi.
Appreciate your feedback.
Thanks.
Solved! Go to Solution.
02-26-2011 09:28 AM
What's wrong with using the fc function? The alternative is to read each file into LabVIEW and do an Equal comparison.
02-27-2011 06:10 AM
Nothing wrong in fc function. But I think use the LV read file and comparison method will be better.
02-28-2011 08:29 AM
Doing it in LabVIEW is fraught with all sorts of issues that the fc command has probably already addressed. But if you want to do it, I would recommend the following: