Thanks all..
i'm a newbie to scripting world..
The info contained in the file will be used for further processing. The file may be word or text.
I have idea with opening the word file:
$oWordApp = _WordCreate(@ScriptDir & "\File1.doc")
$oDoc = _WordDocGetCollection($oWordApp, 1)
I want to know if there is any commands to read line by line from word file and split lines on certain characters.
Else let me know if anything i can do with text file only.
Thanks in advance...