How about using the cmd-command "fc" to compare the two files? "filecompare" is similar to "diff" on Linux and comes with options concerning line numbers, case sensitivity, tabs, whitespaces etc..
That means you could use vbscript to execute "fc", redirect the "fc"-output and depending on the...