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.
MENUITEM--Notes
Example  Syntax
────────────────────────────────────────────────────────────────────────────
 
                              MENUITEM──Notes
 
Defining menu blocks
 
A menu block is a set of menu-definition commands that begins with a block
header──the name of the block enclosed in square brackets. To have a startup
menu, your CONFIG.SYS file must contain a menu block that has the [menu]
block header.
 
You can use the <SUBMENU> command to define submenus. Each submenu has its
own menu block, which can be named anything you want.
 
A menu block must contain at least one MENUITEM or SUBMENU command.
 
Number of items on the startup menu
 
MS-DOS displays the menu items in the order they appear in the menu block
and numbers them automatically. The first menu item is always number 1 on
the menu; there can be up to nine items. If you need to define more than
nine menu items, use the SUBMENU command.
 
                                      ♦