If you want to search in huge files and copy results into new file, why you don't use some command line tool like Windows PowerShell? It's easy to use:
Select-String c:\Temp\0008.txt -pattern "ODB_0DJ0GBH0C" >result.txt You can use it for any TXT file in folder e.t.c. More details here: http://technet.microsoft.com/en-us/library/hh849903.aspx -- <http://forum.pspad.com/read.php?2,63303,63317> PSPad freeware editor http://www.pspad.com
