oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
NUMLOCK -- Example
Syntax
────────────────────────────────────────────────────────────────────────────
 
                             NUMLOCK ── Example
 
To ensure that NUM LOCK is always ON when the startup menu appears, include
the following command in the [MENU] block.
 
For example, the following menu block defines three menu items, sets the
default item to "full_config," and sets NUM LOCK to ON:
 
    [menu]
    menuitem=base_config,Base configuration only
    menuitem=full_config,Normal configuration
    menuitem=network,Normal configuration with network
    menudefault=full_config
    numlock=on
 
                                      ♦