I have two INI files, and I want see the differences between then (which keys have different values, and which keys one has that the other don't), so...
How-to compare two (or more) INI files?
|
|
|
Here is an answer from serverfault. http://serverfault.com/questions/28194/is-there-a-tool-to-compare-values-in-ini-files |
|||
|
|
|
You may use a comparison tool for that, like Winmerge, an open source and free differencing tool for Windows. It shows the two files side-by-side, colormarking the differences. Supports Microsoft Windows 98/2000/XP/2003/Vista/7. |
|||
|
|
|
Or have a look at this list of Ini editors/compare tools, though a differencing tool would be the easiest probably |
|||||||
|
|
Use file compare command-line utility (in any windows) from the command prompt (enter cmd intor start/run dialog)
The result will be typed aftewards. If you would like to review the results
After the latter you will see the report in the file results.txt |
|||||
|
|
I found a lovelly windows freeware utility called ExamDiff the other day that will do exactly what you want, is user friendly and free. It will even do directory comparisons if you pay for the 'pro' version. |
|||
|
|
|
I've been using Beyond Compare by Scootersoftware for over 10 years now. http://www.scootersoftware.com/ |
|||
|
|