I'm trying to use 010 Editor v8.0.1 as the diff program for binary files in P4V, especially those which I have a template script for (eg, EXEs).
According to the -compare documentation on 010's site, the commandline I want to use is -compare:%1::%2::\e\t
.
I'm using P4V's assign diff applications by file type using the above code for the arguments value.
The problem is, P4V will not replace the positional arguments %1 and %2 when there are non-whitespace characters before and after them. If I put a space before and after P4V will happily replace them with the desired files I want to diff. However, 010 Editor cannot handle this format.
What can I do to solve this incompatibility for Windows systems?