" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">

                                  FORCE

Purpose:   Makes the specified section(s) available for system processing.

Syntax:    FORCE = section[,section[,...]]

Note:
     A section may be defined for system processing either by user selection
when running the boot manager or with the help of this command.  For
example,

[ PtsDos ]
Force = $Drv
 ...
[ $Drv ]
device = himem386.Sys

     So, when processing the previously defined PTSDOS section, the system
will find the FORCE = $Drv command and process the $Drv section resulting in
the himem386.sys driver being installed.

     As the FORCE and IGNORE commands involve only single-pass parsing, only
the names of subsequent sections should be used as their parameters.