Glad to hear it Cig

As an FYI you can simply modify the code to be like this to only get the first 1,000 lines.

Code:
$Message = Left(Join(ReadFile('C:\TEMP\TEST.TXT'),@CRLF),1000)