AutoMergeCmd is command line application developed with C# and .NET that will help you to merge different text files into a single result file. It finds changes made in version files; detects changes, conflicts and constructs output file with changes merged.
Usage: {AutoMergeCmd[.exe] /o[utput]=resultFileName /s[ource]=sourceFileName /c[hanged]=changedFileName[,changedFileName]}
Where:
resultFileName - name of output file with merged changes
sourceFileName - initial unchanged file name
changedFileName - name of modified file based on source file
What's New in This Release: [ read full changelog ]
· WCF service added.