PDA

View Full Version : batch file findstr



deskboy
05-11-2004, 08:21 PM
Hi, I would like to do a search for a particular words and then copy and replace it in another text file. the sample is something like this:

extract from this text file:
name: john
add: 5 ave
zip: 94117

and paste the result to another text file:
member john of 5 ave residing in 94117

where "member, of and residing in" is added

tks anyone for your help