BMROOT

BMROOT = path[, path] . . .

The BMROOT option specifies the directory containing the bitmap files specified in the bmc, bml, and bmr statements.

Parameters

path

Specifies a drive and full path.

Comments

If the project file has a BMROOT option, you do not need to list the bitmap files in the [BITMAPS] section.

If the project file does not have a BMROOT option, the Help compiler looks for bitmaps in the directories specified by the ROOT option. If the project file does not have a ROOT option or if the ROOT option does not specify the directory containing the bitmap files, the filename for each bitmap must be specified in the [BITMAPS] section.

Example

The following example specifies that bitmaps are in the \HELP\BMP directory on drive C: and the \GRAPHICS\ART directory on drive D:

[OPTIONS]
BMROOT=C:\HELP\BMP, D:\GRAPHICS\ART

See Also

[BITMAPS], [OPTIONS], ROOT