beautypg.com

Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 168

background image

3-110 ROM-DOS 6.22 User Manual

7/9/98

S U B M E N U

CONFIG.SYS

Purpose

Defines a menu item that represents a secondary menu when selected.
This command can only be used within a menu configuration block in
the CONFIG.SYS file.

Syntax

SUBMENU=blockname[,menu_text]

Remarks

blockname defines the name of the secondary menu block of
commands. The block menu must be defined elsewhere in the
CONFIG.SYS file; otherwise, ROM-DOS leaves this item off of the
startup menu. The label can be up to 70 characters long and can
contain most printable characters, including spaces, backslashes (\),
forward slashes (/), commas, semicolons (;), and equal signs(=).
Square brackets ([]) cannot be used in block names.

menu_text (optional) specifies the text that ROM-DOS displays for this
menu item on the startup menu. If left out, ROM-DOS displays
blockname as the text. Menu_text can be up to 70 characters long and
can contain any character.

The submenu can be defined with any user-provided descriptive label.
It need not have the [MENU] label.