Hi,
I'm trying to create a file comparison script in vbscript. I have a working model written, but since the two files I will eventually be comparing have different cases in the text, I need to modify my current script to be case insensitive. I can't modify the original text files I'm comparing, or else I would just make the originals all one case in a different script. Can aomeone please help me out. My code is below. Thank you in advance.
Also, here are the contents of the test files:
========
File 1
========
test
test
compare.vbs
test
this
========
File2
========
This
is
a
test
of
the
compare.vbs
script