Hi,
Could anyone send me code for following problem..
I have two text files, one containing list of folder names another is a log file containing error description.
I have to find error description from log file for every names in first text file. And i have to copy the description to the first file.
If you able send code for following scenario that wud be fine.
Finding text in notepad (have to get line number).
copying text in particular line and place from notepad.
writing text to particular line.
looping though each line in notepad.
:) Thanx in Advance.