                                    LINK
        Link .OBJ files and libraries to produce executable programs
                             See also <EXE2BIN>

COMMAND TYPE: External                          VERSION: 1.0 and up

The LINK command is used to combine object module format files (.obj)
produced by high level language compilers such as FORTRAN, C or
PASCAL, or from assemblers such as MASM, with libraries of precompiled
routines, and produce executable program files (.EXE).  LINK is
intended for use by programmers only.  See the MSDOS TECHNICAL
REFERENCE for full details
