Usage:
compare.exe Folder1 Folder2 ResultFile
Parameters:
Folder1 – Path to the first folder
Folder2 – Path to the second folder
ResultFile – Path to the file where the comparison results will be saved
Description:
This tool compares the file names in the two specified folders. Only file names are compared; file contents are not analyzed.
Update from May 2, 2025
- Root folders of the search paths are excluded from the result
- Added a comparison result example
Compare Folders
Folder1 = folder1\
Folder2 = folder2\
Only in Folder1:
folder: folder11
file: folder1\folder11\frame_000.png
file: frame_102.png
Only in Folder2:
folder: folder22
file: folder2\folder22\frame_300.png
file: frame_002.png