Basic program to compare two file and determine if they are identical. If they are different, it will show which lines are different in the second file. I use it for comparing when I have 2 projects that have different build dates. Enhancements greatly appricated.
Inputs
Two files
Assumes
Microsoft Scripting runtime(scrrun.dll)needed
Returns
Booleen comparison of 2 files