This Program is used to convert an Address book from pine to
   a text format that can be read by other Mail programs
   such as Pegasus
Assumes that arguments in a line on pine are separated by Tabs (ascii 9)

sample input text line from pine address book:
(values separated by Tab)

Bill   Bill Farmer farmer@esslink.com

Sample Text output:

Name:            Bill Farmer
Key:             Bill
E-mail address:  farmer@esslink.com
--

This program was written in Ms Basic PDS 7.1

Files include PINETXT.EXE   15,474 Bytes executable file
              PINETXT.BAS          Basic source code
              PINETXT.TXT          This file

Usage: PINETXT [input file] [output file]



