Pay attention to the poster's instructions, especially the parts different from the example routine. Sometimes it's just a symbol that makes the difference, heh.
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!


Originally posted by xugaohui at 2008-12-31 11:24:
When there is DOS=HIGH,UMB under REM , if a configuration block download does not load himem.sys, the above error will occur. Maybe there is a difference in the execution order between the menu-driven and the original config.sys menu. This error...
Originally posted by xugaohui at 2008-12-31 11:24:
When there is DOS=HIGH,UMB under , if a configuration block download does not load himem.sys, the above error will occur. Maybe there is a difference in the execution order between the menu driver and the original config.sys menu. This error...
Originally posted by Ben Shi at 2008-12-31 12:40:
Put "DOS=HIGH,UMB" in the configuration block where himem.sys is loaded, not in the common block,
and the above error can be avoided.


Originally posted by xugaohui at 2009-1-1 01:20:
set color=Define the color of the menu item characters, the background color, and the background color of the prompt information. The color value is 0-7;
Using set color=7,0,0. Why is the background color of the prompt information a bright white on the real computer? Can it be the same as the color of the unselected menu item? ...
Among them: color 0 and 8 are both black, and color 7 and 15 are both white.

Originally posted by xugaohui at 2009-1-1 19:57:
The single selection function of the submenu is very strange. When moving the light band with the up and down keys, pressing Enter on that line will execute this line, regardless of whether there is "@" in front. However, when the light band moves up and down, the "@" character in front will not move up and down. As shown in the figure below, the light band will execute that line regardless of whether there is an "@" character in front.
set confect=M4, minimum mode; selected when updating BIOS, you can select UMB drivers of different modes using the submenu.
The & menu item used for multiple selection can also be single selected.