Most DMS (Document Management Systems) support command line interface for the purpose of integration with 3-rd party compare tools.
In Compare Suite interface is simple: just pass two full file names to the comparesuite.exe and it will start comparison.
Users might face the problem when DMS pass some temporary file names that don’t make much sense to user.
To solve this DMS systems allow to pass file caption as a parameter, in this case you might change the request to Compare Suite and do it in the following way:
comparesuite.exe Text1.txt Text2.txt -LCaption:”My left file” -RCaption:”My right file”
wher LCaption and RCaption are parameters that you can use to pass to Compare Suite certain specific captions.
