HELPLIB.HLB  —  LINK  /CBT
    X86 and I64 systems.
    Directs the linker to create a contiguous best try (CBT) image
    file. This helps to reduce the number of I/Os when activating
    the image. However in a cluster environment and for heavily
    fragmented disks, this creates noticeable overhead and slows
    down creating the image file as well as other I/Os to that
    disk.

    /NOCBT directs the linker not to attempt a CBT image file.
    This usually improves performance during development. It is
    recommended to build the final image file with /CBT or to make
    a CBT copy.

    Format

      /CBT (default)

      /NOCBT
Additional Information: explode extract
Qualifier Values
Close Help