Paxar Gold 6037EX Printer User Manual


 
ROM-DOS Internal Commands 4-67
SUBMENU
CONFIG.SYS Command
The SUBMENU command defines a menu item that represents a
secondary menu when selected. This command may only be used within
a menu configuration block in the CONFIG.SYS file.
Syntax
SUBMENU=blockname[,menu_text]
Remarks
The
blockname
argument 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 blocknames.
The optional
menu_text
argument specifies the text that ROM-DOS
displays for this menu item on the startup menu. If this argument is left
out, ROM-DOS displays the
blockname
as the text. The
menu_text
can
be up to 70 characters long and may contain any character.
The submenu can be defined with any user-provided descriptive label. It
need not have the [MENU] label.