Hi all
I am trying to compare two files that are created in two different projects.
any ideas, how to go about it??
thanks...
Printable View
Hi all
I am trying to compare two files that are created in two different projects.
any ideas, how to go about it??
thanks...
If they are in Sourcesafe, then use the Diff option.
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? :)
Visual Studio - tools - WINDIFF.exe - best little product around for comparing two files.
I must use this utility at least once a day.
if thats what you need and you dont have that VS program goto the dos prompt and use
fc 'FileOne' 'FileTwo'
:)