Path of the application used to compare files
An application is normally used to compare files in the Advanced Software Framework, as such you must specify a path here.
Command line arguments used for file comparison
Command line argument macros:
%original - Path of the original Software Framework file.
%mine - Path of the modified file in the local project
If the command line for the configured file compare application is FileCompare.exe filepath1 filepath2, specify %original for filepath1 and %mine for filepath2. For example, if configuring WinMerge as the compare application, specify the following command line arguments: %original %mine /s /u.