'----------------------------------------------------------------------------
'
'                    Recover Fat 16 Files Ver 1.1
'                         By Randall L Glass
'                           CopyRight 2001
'
'----------------------------------------------------------------------------

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 file copying for the GNU General Public License for more details.

 The Author can be contacted at: rlglass@yahoo.com. Or:

 Randall L Glass
 RR1,Box 248B
 McLeansboro,IL
 62859

____________________________________________________________________________

 I must apologize. I put the wrong Recover Fat 16 program on the PowerBasic
 web site. It was a precessor program. I just checked this program out and it
 seems to work. After all it was a few years ago that I developed this
 program.
----------------------------------------------------------------------------

 A few years back my hard drive crashed. So I developed this program to
 recover files from my fat 16 drive.

 Will only work good with files that have been defragmented.
 Will not work on root directory files.

 Syntax RECOVER RecoverFileName OutFileName
        
 Use Full Path Including Drive and driectory and Filename

----------------------------------------------------------------------------
 Converted Recover Fat 16 to Fat 32

 Will only work good with files that have been defragmented.
 Will not work on root directory files.

 Syntax RECOVER RecoverFileName OutFileName

 Use Full Path Including Drive and driectory and Filename

----------------------------------------------------------------------------

