logo elektroda
logo elektroda
X
logo elektroda

Seeking Software to Compare and Manage Files in Two Folders on Windows XP/7

20859 11
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 14559234
    Anonymous
    Anonymous  
  • ADVERTISEMENT
  • Helpful post
    #2 14559583
    krzysiozak
    Level 39  
    Yes, TotalCommander has such an option. Once I was able to buy it with a whole package of utility programs in addition to a newspaper CD, I recommend it.
  • #3 14560682
    Anonymous
    Anonymous  
  • ADVERTISEMENT
  • #4 14560888
    krzysiozak
    Level 39  
    I'll tell you how it is in my version:
    In the tab: "FOLDER"
    Look for: "compare Alt + V" and "Sync ... Alt + S"
    in "Synchronize ..." You have various options and one that Enables operation with subdirectories.
    Good luck.


    My version of FreeCommander is: "2009.02b"
  • ADVERTISEMENT
  • #5 14561017
    chrust58
    Level 18  
    When it comes to finding duplicate files, it is in the program - Glary Utilities.
  • #6 14561039
    Anonymous
    Anonymous  
  • Helpful post
    #7 14561139
    NAXIN
    Level 22  
    Powershell:

    compare-object (get-childitem d:\folder1) (get-childitem d:\folder2) -property "name" -includeequal


    result, "" in the second, "==" in both

    [code:1:91a945104f]name SideIndicator
    ---- -------------
    wspolny12 ==
    jakisplik2 =>
    jakisplik2 - Kopia =>
    jakisplik1
  • ADVERTISEMENT
  • #8 14561505
    Anonymous
    Anonymous  
  • Helpful post
    #10 14561706
    NAXIN
    Level 22  
    Try this:
    compare-object (get-childitem d:\folder1 -recurse -name) (get-childitem d:\folder2 -recurse -name) -includeequal


    then for such sample contents:
    
    D:\FOLDER1
    │   jakisplik1
    │   wspolny12
    │
    └───podfolderwspolny
            plik_w_podfolderze1
            wspolny_w_pod12
    
    D:\FOLDER2
    │   jakisplik2
    │   wspolny12
    │
    └───podfolderwspolny
            plik_w_podfolderze2
            wspolny_w_pod12
    


    will show
    [code:1:fd1d8da6ef]InputObject SideIndicator
    ----------- -------------
    podfolderwspolny ==
    wspolny12 ==
    podfolderwspolny\wspolny_w_pod12 ==
    jakisplik2 =>
    podfolderwspolny\plik_w_podfolderze2 =>
    jakisplik1
  • #11 14561728
    Anonymous
    Anonymous  
  • #12 14563498
    Anonymous
    Anonymous  

Topic summary

The discussion revolves around finding software to compare and manage files in two folders on Windows XP/7. The user seeks a program that can identify differences between two directories, including files present in one folder but not the other. Total Commander is mentioned as a potential solution, with users discussing its features for folder comparison. However, some users express difficulty in locating the specific options for directory comparison in the free version. Alternatives such as FreeCommander and Glary Utilities are also suggested for file management and duplicate file detection. Additionally, PowerShell commands are provided for users comfortable with scripting, allowing for recursive comparison of folder contents. Ultimately, FreeFileSync is highlighted as an effective tool that meets the user's requirements for folder analysis and file operations.
Summary generated by the language model.
ADVERTISEMENT