I am a brand new member - just joined today.
I could not find any answers in the search of this Index.
Is there a way / command / script / something else to compare two files, or the contents of two folders ?
Thank you in advance.
"compare" should be the name or path/file of your tool. Assuming that it can handle command line params, of course.Example 10: With any compare-tool accepting two-way comparisons via command line you can easily set up a one-click file comparison:
"compare" <item1> <item2>
This will your tool with the first two of all selected items in the given order. Any other selected items are ignored.