Hey, Scripting Guy! How Can I Extract All the Text Between Two Tags in a Text File?

Hey, Scripting Guy! I have a whole bunch of text files in a folder. I need to open each of these files, extract everything between the <filecount> and </filecount> tags, and then write that information to a separate file. How can I do that?-- RP Hey, RP. You know, the other day the Scripting Guy who writes this column and the Scripti...