RTF2TXT.BAT - an RTF to TXT file converter

A program born out of a simple need, to read a Rich Text
Format document. This batch creates and runs a QBasic
program that converts the RTF file to plain text.
Changes "\par" to newline, "\tab" to tab, all other
words beginning with "\" are ignored. Newlines in the
source file are also ignored, just in case. Not perfect
but good enough to read.

Usage: RTF2TXT infile.rtf outfile.txt

Updated version... now ignores {headers}, works better.

