Results 1 to 5 of 5

Thread: Compare two files in different projects

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2004
    Posts
    176

    Compare two files in different projects

    Hi all
    I am trying to compare two files that are created in two different projects.
    any ideas, how to go about it??
    thanks...

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898

    Re: Compare two files in different projects

    If they are in Sourcesafe, then use the Diff option.

  3. #3
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176

    Re: Compare two files in different projects

    First check the filelen()

    Then if you need more precise checking read in line for line and check them against one another.


    Whats is it for?
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  4. #4
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Compare two files in different projects

    Visual Studio - tools - WINDIFF.exe - best little product around for comparing two files.

    I must use this utility at least once a day.

  5. #5
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176

    Re: Compare two files in different projects

    if thats what you need and you dont have that VS program goto the dos prompt and use

    fc 'FileOne' 'FileTwo'

    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width