INSTALL

To compile the source code you need:

1.  Borland Turbo C++ 3.0 or compatible.
2.  The included source code and header file for fdisk.exe.
3.  A PC running some form of DOS.  (Probably greater than MS-DOS 4.0.)
4.  Any reasonable 'make' utility (Borland includes one)


Instructions:

Note:  I used Borland Turbo C++ 3.0 as a compiler, the instructions will
       vary depending upon the compiler used.

1.  Go into the 'source' directory
2.  Edit the 'format.mak' makefile to make sure CC and CFLAGS match
      your C compiler.
3.  Type:
       make -fformat.mak
4.  You will have the executable.


** To delete the object files, type:

  make -fformat.mak realclean

** To delete the generated format.exe program:

  make -fformat.mak distclean
