in reply to Two files comparasion

As usual it depends on what * exactly * you want to do. For example what means equal, i.e. how do you compare. Do you need an exact match or can you ignore whitespace. etc.

On Unix/Linux you could use the diff command:-) But based on your files names I guess you run Windows?

You might want to give Comparing arrays with text contents a look too.

Hope this helps.