Used to define the choices in a Config.sys menu.
Syntax
MenuItem=blocktitle[,displaytext]
blocktitle | The title of the block in Config.sys containing the commands to be executed if that item is selected. |
displaytext | The text to be displayed on the menu (up to 70 characters, including spaces and other normal delimeters). If displaytext is omitted, the blocktitle is displayed. |
Notes
- The MenuItem statement can only be used in a [menu] or [submenu] block in Config.sys.
- If blocktitle is not used as an actual block name in Config.sys, an error message is displayed when Config.sys runs, but the menu still displays.
See Configuration Menu Statements for example.
|