CompareFolders is a quick .NET application that finds the different files in each folder. It is great if you want to quickly compare the contents of each folder!
Comparing two different folders
Comparing a folders where one folder is within the larger folder
Perhaps you need something light to compare your directories! Maybe you are looking to backup some files and want to know what files you have in both folders (yes! Compare Directories can look into your external drives as well!) But in any case, who wants to go into Powershell and manipulate it there?
Using Compare Directories is very simple. Type in the path of one folder in one of the text boxes and the other path in the other text box and the program will do the rest of the work! (P.S. You can download the .exe file in /bin/Release. You may also need to download the other files in there as well.)
Well, there could be some error messages here and there but mostly it's because the program could not find the directory.
For the next release, features that could be implemented include:
- Autocomplete text boxes
- A dialog box where users can click the file path rather than typing the path.
- A more interactive progress bar.