About 50 results
Open links in new tab
  1. windows - Modern version of WinDiff? - Stack Overflow

    Nov 3, 2015 · VB6 came with WinDiff. Is there a free modern version of WinDiff available that is able to ignore case?

  2. Configuring Git for WinDiff - Stack Overflow

    Jun 20, 2017 · How do I set up WinDiff as the diff tool? This is more an academic question. I don't actually want to use WinDiff, but I am preparing a training for Git and I would like to understand why …

  3. What is the Windows equivalent of the diff command?

    May 23, 2017 · Another alternative is to download and install git here. Then you have 2 options: Option 1 (preferred) Use diff from Git Bash (installed from above) and diff happily like a native *nix user on …

  4. Is there a compare folders feature in Visual Studio Code?

    Jul 23, 2025 · I have two folders in a Visual Studio Code project and I need to compare those two folders for new, deleted or modified files. I have seen file compare feature and third party folder compare …

  5. What is the best way to compare 2 folder trees on windows?

    Thanks Lieven Keersmaekers for the pointer to BeyondCompare, which I found to be VERY fast (roughly 10-100 times faster) than my previous old school tool windiff. BTW, BeyondCompare does …

  6. how to compare two exe files with x64dbg - Stack Overflow

    Nov 11, 2022 · I have two exe files a patched one and the original one (the original one was patched using x64dbg), I want to know what are the differences between the two files using x64dbg or …

  7. Is there a diff-like algorithm that handles moving block of lines?

    Apr 9, 2012 · The diff program, in its various incarnations, is reasonably good at computing the difference between two text files and expressing it more compactly than showing both files in their …

  8. How to configure Visual Studio to use Beyond Compare

    Dec 16, 2010 · I would like to configure Visual Studio to open Beyond Compare by default as the diff tool. How can I do this?

  9. directory - Compare 2 directories in windows - Stack Overflow

    I need to compare 2 folders "A" and "B" and get the list of files and folders newly added or modified. I tried using Winmerge software but it is not comparing the files present inside the internal

  10. Batch file to compare 2 directories and get names of files that are ...

    Nov 22, 2010 · I will have 2 directories, folder1 with a set files list, and folder2 with the same set file list but with more files. I need to get folder2's "other files" Does something exist like file compare (...