View Full Version : Pipe the output


Aliyah
03-04-2004, 09:38 AM
Hi guys,

Need help. I have a list of files (post.txt) to be search
in temporary.log. Any ideas how can I pipe the output or
copied the output in the textfile. I created this
batchfile but it didn't work. I think missed something
please help.

for /f "tokens=*" %%a in (e:\temp\post.txt) do findstr /i %
%a e:\temp\temporary.log

thanks in advance.