Contact | FAQ | File Difference | Getting Started Guide

 

VssConnect relies on an external application to handle file difference and file merging operations. This helps keep the cost of VssConnect down and it allows the user to use their favorite application for these tasks. This page is dedicated to listing some of the choices available along with the command line parameters that should be used within VssConnect.

 

WinMerge - Free!
File Difference Command Line

"C:\Program Files\WinMerge\WinMerge.exe" %1 %2

File Merge Command Line

"C:\Program Files\WinMerge\WinMerge.exe" %1 %2

Compare It! - Grig Software
File Difference Command Line

"C:\Program Files\Compare It!\wincmp3.exe" %1 %2

File Merge Command Line

"C:\Program Files\Compare It!\wincmp3.exe" %1 %2

Merge 6.5 for Windows - Araxis Ltd.
File Difference Command Line

"C:\Program Files\Araxis\Araxis Merge v6.5\compare.exe" %1 %2 /wait /max

File Merge Command Line

2 way merge = "C:\Program Files\Araxis\Araxis Merge v6.5\compare.exe" %1 %2 /wait /max

3 way merge = "C:\Program Files\Araxis\Araxis Merge v6.5\compare.exe" %3 %2 %1 /3 /a2 /wait /max

Tip: You may also want to disable the confirmation to close Merge when file comparisons are open. Go to the 'View' menu, select 'Options', select the 'Application' node and un-check 'Confirm application close when file comparisons are open'.

Beyond Compare - ScooterSoftware Inc.
File Difference Command Line

"C:\Program Files\Beyond Compare 2\BC2.exe" %1 %2 /readonly

File Merge Command Line

"C:\Program Files\Beyond Compare 2\BC2.exe" %1 %2

Tip: Uncheck the checkbox on the initial startup dialog if you want BeyondCompare to go immediately to the file comparison view.

Structured Diff Viewer - Model Maker Tools

This file diff program may be of interest to Delphi and C# programmers. It understands Delphi and C# source code syntax and is therefore able to intelligently show the difference between two files. If methods and fields have simply been moved or white space changes have been made, Structured Diff View will not report a difference in the files (although it does have a display mode that will display the difference).

File Difference Command Line

"C:\Program Files\ModelMakerTools\MMSDV\1.10\mmsdv.exe" %1 %2

File Merge Command Line

Does not support file merging.

WinDiff - Microsoft - Free!

WinDiff.exe is file difference program supplied by Microsoft with various development tools. It does not handle merging and it's features are limited.

File Difference Command Line

WinDiff.exe %1 %2

File Merge Command Line

Does not support file merging.

Copyright © 2006 VoxCode Software. All Rights Reserved.