Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Difference of two textfiles

Difference of two textfiles

Scheduled Pinned Locked Moved The Lounge
announcement
12 Posts 11 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anderslundsgard
    wrote on last edited by
    #1

    I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

    D R M G C 7 Replies Last reply
    0
    • A anderslundsgard

      I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

      R Offline
      R Offline
      Roger Stewart
      wrote on last edited by
      #2

      The DOS command is FC and there is a Windows program called WinDiff that is shipped with all version of Visual Studio. Roger Stewart "I Owe, I Owe, it's off to work I go..."

      1 Reply Last reply
      0
      • A anderslundsgard

        I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        Comp.exe comes with the Windows OS. You could also try Googling for WinDiff.


        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        1 Reply Last reply
        0
        • A anderslundsgard

          I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

          M Offline
          M Offline
          Mike Dimmick
          wrote on last edited by
          #4

          WinDiff is part of the Platform SDK and is also installed by all three common versions of Visual Studio (e.g. C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\Bin). TextPad[^] has a built-in diff feature. Personally I normally use SourceGear's sgdm.exe which is part of Vault[^]. I've got so used to using it as part of normal operations in Vault that I now use it for regular file/folder diffs as well. There's a small market out there for really powerful diff/merge tools such as Guiffy[^]. Stability. What an interesting concept. -- Chris Maunder

          1 Reply Last reply
          0
          • A anderslundsgard

            I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

            G Offline
            G Offline
            Gary Thom
            wrote on last edited by
            #5

            WinDiff[^] Gary Rich Cook: "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."

            1 Reply Last reply
            0
            • A anderslundsgard

              I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

              C Offline
              C Offline
              Chris Maunder
              wrote on last edited by
              #6

              WinMerge[^] is far, far better than WinDiff. cheers, Chris Maunder

              C 1 Reply Last reply
              0
              • C Chris Maunder

                WinMerge[^] is far, far better than WinDiff. cheers, Chris Maunder

                C Offline
                C Offline
                CP Visitor
                wrote on last edited by
                #7

                Chris Maunder wrote: WinMerge[^] is far, far better than WinDiff. ExamDiff[^] is also nice in the free version. It does'nt merge though.

                1 Reply Last reply
                0
                • A anderslundsgard

                  I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

                  E Offline
                  E Offline
                  Eddie Velasquez
                  wrote on last edited by
                  #8

                  Beyond Compare[^] will get the job done with flying marks (And much more!)


                  A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine. - Murphy's Law of Computing

                  M 1 Reply Last reply
                  0
                  • A anderslundsgard

                    I'm about to check the differences of two files. In UNIX I should used the nice little command diff, but I can't google any Windows version for that.... _____________________________ ...and justice for all APe

                    T Offline
                    T Offline
                    Ted Ferenc
                    wrote on last edited by
                    #9

                    d00_ape wrote: I can't google any Windows version :doh: Unix Tools for Win32 http://unxutils.sourceforge.net/


                    "An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you do know and what you don't." - Anatole France

                    1 Reply Last reply
                    0
                    • E Eddie Velasquez

                      Beyond Compare[^] will get the job done with flying marks (And much more!)


                      A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine. - Murphy's Law of Computing

                      M Offline
                      M Offline
                      Matt Gerrans
                      wrote on last edited by
                      #10

                      I've been using Beyond Compare 2 lately at work (because we have a site license) and it is quite effective, but I think Araxis merge is a little nicer. Araxis[^] is the slickest merge tool I've seen so far. (Back in the DOS days, I used a tool called "Delta" by OPENetwork and it was so good that I used it well into my Windows career, but now the Windows tools are finally better). I'm wondering if the OP wanted a programmatic differ? If so, then look into learning a bit of Python[^] -- it has some built-in libraries for that. Of course, learning a new language for this one project may seem like a bit much, but you won't regret it. :) You could also use FC and parse the output, I suppose. Or you can even get versions of diff that run on Windows (with or without cygwin). Matt Gerrans

                      E 1 Reply Last reply
                      0
                      • M Matt Gerrans

                        I've been using Beyond Compare 2 lately at work (because we have a site license) and it is quite effective, but I think Araxis merge is a little nicer. Araxis[^] is the slickest merge tool I've seen so far. (Back in the DOS days, I used a tool called "Delta" by OPENetwork and it was so good that I used it well into my Windows career, but now the Windows tools are finally better). I'm wondering if the OP wanted a programmatic differ? If so, then look into learning a bit of Python[^] -- it has some built-in libraries for that. Of course, learning a new language for this one project may seem like a bit much, but you won't regret it. :) You could also use FC and parse the output, I suppose. Or you can even get versions of diff that run on Windows (with or without cygwin). Matt Gerrans

                        E Offline
                        E Offline
                        Eddie Velasquez
                        wrote on last edited by
                        #11

                        Araxis Merge is pretty slick but, Beyond Compare $30 per license Araxis Merge $269 per license Is it really $239 slicker than Beyond Compare?


                        A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine. - Murphy's Law of Computing

                        D 1 Reply Last reply
                        0
                        • E Eddie Velasquez

                          Araxis Merge is pretty slick but, Beyond Compare $30 per license Araxis Merge $269 per license Is it really $239 slicker than Beyond Compare?


                          A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine. - Murphy's Law of Computing

                          D Offline
                          D Offline
                          David Patrick
                          wrote on last edited by
                          #12

                          Eddie Velasquez wrote: Araxis Merge $269 per license Actually, I got the standard version a couple of years ago and it still serves me well. The standard version is only $129 and compared to the professional version it only lacks 3 way diff, automatic merging & conflict highlighting. Free is always good, and $30 is certainly reasonable .. but $129 is also reasonable for the standard edition.

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups