

Some thing like this?
whatever.bat =
Echo off
erase new.txt
for /F “tokens=1,2,3,4,5* delims= ” %%G in (test.txt) do echo %%K >> new.txt
text.txt=
<<< 100 NO LOGIN jason@jason.com username/password incorrect
<<< 100 NO LOGIN jason@jason.com username/password incorrect
<<< 100 NO LOGIN jason@jason.com username/password incorrect
<<< 100 NO LOGIN jason@jason.com username/password incorrect
<<< 100 NO LOGIN jason@jason.com username/password incorrect
<<< 100 NO LOGIN jason@jason.com username/password incorrect


What i mean by export is locate a single word in a string and export that one word to a text file. word will always change but it will be an email address, so the exported word will be user@domain.com or users5@domain4.com… etc. the reset of the line can be deleted or dropped. I do not have a code and that the problem I just can not find one that will do this.