DDS-Display DBF Structure
December 20, 1990

I wrote this program to dump the structure of DBF files while I am using
my editor.  There are numerous occasions when I forget a field name or
type, and have to exit what I am working on to use DBU or enter dBASE or
Foxbase to DISP STRU.

I tested this code against DBF structures created with Clipper, dBASE and
Foxbase.

This program was compiled with Turbo C++, Version 1.00.

The syntax is:  DDS [dr:][path]filename[.DBF]
        where:  drive, path and extension are optional

The display is similar to DISP STRU.

Included files: DDS.C     - Turbo C source code
                DDS.EXE   - executable file
                DDS.TXT   - this file
                PARSE.OBJ - fully qualified filenames (getname() in DDS.C)

Chuck Thompson
72311,2063
