|
-
Jan 31st, 2005, 05:11 AM
#1
Thread Starter
Addicted Member
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...
-
Jan 31st, 2005, 06:50 AM
#2
Fanatic Member
Re: Compare two files in different projects
If they are in Sourcesafe, then use the Diff option.
-
Jan 31st, 2005, 08:39 AM
#3
KING BODWAD XXI
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?
-
Jan 31st, 2005, 10:29 AM
#4
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.
-
Jan 31st, 2005, 10:32 AM
#5
KING BODWAD XXI
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'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|