10.3.6 Advanced Software Framework Settings

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.