Here's the original file I have which only lists the differences I have in file 1:
Const ForReading = 1, ForWriting = 2
Dim fso, OracleFile, HyperionFile, strLine1, strLine2, strMatch
Set fso = CreateObject("Scripting.FileSystemObject")
Set OracleFile = fso.OpenTextFile("OracleFile.txt"...