I am getting this error:
\"C:\\se2.vbs(28, 6) Microsoft VBScript runtime error: Input past end of file\"
when I run my script (I italicized LINE
I found out the problem. The error occurred when the script searched for a string in a BLANK TEXT FILE. I tried adding this:
IF oFSO.GetFile(path).size <> 0 then 'Process text file then search for string. END IF