07-04-2014 08:22 PM
The command prompt is just
LVCompare.exe "file1" "file2"
where file1 and file2 are the full paths of your VIs that you want to compare.
07-05-2014 03:55 AM - edited 07-05-2014 04:03 AM
Yes, thanks, I get that.
But the original poster was looking for ways to do it programmatically (or at least through interface), and it looked like he got his solution through those tools.
So I am just curious.
The problem with my original application of command was because I had VI names with spaces, as well as the folder names, so I just put them simply in root with simple names for the sake of experiment. And here is what I get
where I was comparing "Successor-old.vi" with "Successor-new.vi" using a simple command on the command prompt in the LVCompare folder:
"LVCompare Successor-old.vi Successor-new.vi"
07-05-2014 04:31 AM - edited 07-05-2014 04:32 AM
The command accepts spaces if the full paths are given within quotes "".
But nevertheless, different error appears.