Hi,
Extract of data from a text file, the file consists of the following, say:


I want to extract the "id" value from the above shown text fil, the output should be...
8767
3345
I tried using findstr, find etc(DOS-COMMANDS), but not able to find the perfect regular expression for the same,
any help?