|
sanchuan
初级用户
 
积分 113
发帖 51
注册 2008-11-16 来自 武汉
状态 离线
|
『第 76 楼』:
Confect V4.3
使用 LLM 解释/回答一下
Confect V4.3 新增了:
1. 包含块命令 rem include=blockname
2. 单选菜单子项若选中,自动返回 set option=blockname
3. 颜色取值范围扩大到 0 ~ 31
Last edited by sanchuan on 2009-1-12 at 12:02 ]
Confect V4.3 adds:
1. Include block command rem include=blockname
2. If the radio menu sub-item is selected, it automatically returns set option=blockname
3. The color value range is expanded to 0 ~ 31
Last edited by sanchuan on 2009-1-12 at 12:02 ]
附件
1: Confect43.rar (2009-1-12 11:51, 6.11 KiB,下载次数: 772)
|

三川一笑 |
|
2009-1-12 11:37 |
|
|
sanchuan
初级用户
 
积分 113
发帖 51
注册 2008-11-16 来自 武汉
状态 离线
|
『第 77 楼』:
Confect V4.3颜色表
使用 LLM 解释/回答一下
Last edited by sanchuan on 2009-1-12 at 12:03 ]
Last edited by sanchuan on 2009-1-12 at 12:03 ]
|

三川一笑 |
|
2009-1-12 11:46 |
|
|
sanchuan
初级用户
 
积分 113
发帖 51
注册 2008-11-16 来自 武汉
状态 离线
|
『第 78 楼』:
Confect V4.3 说明
使用 LLM 解释/回答一下
功能:
a. 4行标题
b. 16项主菜单(可设提示信息)
c. 每项主菜单可设12条单选或复选子项(即:子菜单)
d. 4行尾注
e. 菜单项目过多时,自动分页,每页可显示96个不重复汉字的菜单
(包含标题和尾注等,同屏最多显示150个不重复汉字)
f. 新增了包含配置块的功能: rem include=blockname
g. 新增了自动生成单选项变量:set option=neme
h. 颜色取值范围扩大到 0 ~ 31 (最大值为63)
i. 可根据需要自动生成汉字小字库
定义:
device=Confect.sys /m a:\dos\hzk16 加载Confect驱动 创建小字库 加载指定的汉字库
SET PATH=a:\;a:\dos;C:\;..;
rem (Confect的起始标记)
set alHead=6 标题缩进(字符为单位)
set align=10,1 菜单缩进,行间距0或1
set alNote=6 提示或尾注缩进
set shortcut=a,1 菜单主项和子项的快捷键(此项为空,则不显示快捷键)
set color=7,1,9,9 字符色,菜单背景色,子项背景色,提示信息背景色 (颜色号0~31)
set default=1,30,8 默认菜单项,默认等待的时间(秒),9点或8点字符(默认为9)
set heading=text 菜单头标题
set endnote=text 尾注说明
set confect=name_a,text;note 主项对应的块名,菜单标题,菜单说明
set option=neme_a1,text;@ 子项对应的块名,子项标题;单选标记@或复选标记&
rem 块
...... 配置
rem 块
rem include=name_xxx 包含块 name_xxx 的配置!!! 新增的功能 !!!
...... 配置
rem 块
...... 配置
rem (Confect的结束标记)
...... 公共配置
附注:
a. 主项对应的子项若全部没有设置默认标记,则默认该主项下的子项为复选。若需要该主项下的子项为没有默认项的单选,则在该主项下的任一子项后用a替代@作标记。
b. 创建的小字库为confect.dot,保存在根目录。
c. Confect默认显示字符为9点,可设为8点字符时钟。
Last edited by sanchuan on 2009-1-12 at 15:25 ]
Function:
a. 4-line title
b. 16 main menu items (prompt information can be set)
c. Each main menu item can set 12 single-choice or check-box sub-items (that is, sub-menus)
d. 4-line endnote
e. When there are too many menu items, it automatically pages, and each page can display 96 non-repeating Chinese characters in the menu
(including title and endnote, etc., up to 150 non-repeating Chinese characters on the same screen)
f. A new function including configuration blocks is added: rem include=blockname
g. A new function to automatically generate single-choice item variables is added: set option=neme
h. The color value range is expanded to 0 ~ 31 (maximum value is 63)
i. The Chinese small character library can be automatically generated as needed
Definition:
device=Confect.sys /m a:\dos\hzk16 Load Confect driver, create small character library, load specified Chinese character library
SET PATH=a:\;a:\dos;C:\;..;
rem (Start mark of Confect)
set alHead=6 Title indentation (in characters)
set align=10,1 Menu indentation, line spacing 0 or 1
set alNote=6 Prompt or endnote indentation
set shortcut=a,1 Shortcut keys for menu main items and sub-items (if this item is empty, shortcut keys will not be displayed)
set color=7,1,9,9 Character color, menu background color, sub-item background color, prompt information background color (color number 0~31)
set default=1,30,8 Default menu item, default waiting time (seconds), 9-point or 8-point character (default is 9)
set heading=text Menu header title
set endnote=text Endnote description
set confect=name_a,text;note Block name corresponding to main item, menu title, menu description
set option=neme_a1,text;@ Sub-item corresponding block name, sub-item title; single-choice mark @ or check-box mark &
rem Block
...... Configuration
rem Block
rem include=name_xxx Include configuration of block name_xxx!!! New function !!!
...... Configuration
rem Block
...... Configuration
rem (End mark of Confect)
...... Public configuration
Annotation:
a. If all sub-items corresponding to the main item do not set the default mark, it is defaulted that the sub-items under the main item are check-boxes. If you need the sub-items under the main item to be single-choice without default items, use a instead of @ as the mark after any sub-item under the main item.
b. The created small character library is confect.dot, saved in the root directory.
c. The default display character of Confect is 9-point, which can be set as 8-point character clock.
Last edited by sanchuan on 2009-1-12 at 15:25 ]
|

三川一笑 |
|
2009-1-12 11:50 |
|
|
sanchuan
初级用户
 
积分 113
发帖 51
注册 2008-11-16 来自 武汉
状态 离线
|
『第 79 楼』:
使用 LLM 解释/回答一下
Originally posted by softmouse at 2009-1-12 03:19:
奇怪现象,一直搞不定,请指教。
根据说明,我使用了 /m 参数准备生成小字体(我理解为就是只包含菜单中有的字,这样可大大节约启动软件的空 ...
你的理解没有错,定义的语句也是对的。
confect驱动菜单中若出现空方框,表示没有查到汉字字模。全部是空方框,表示没有查到汉字库。
你的情况应该是在 A:\hzk16 上,也就是说A盘根目录没有hzk16。
另外说明:confect 默认当前盘根目录的 hzk16 和小字库 confect.dot 。若config.sys 没有指定字库,则会自动加载当前盘根目录下的 hzk16 或 小字库 confect.dot 。
Originally posted by softmouse at 2009-1-12 03:19:
Strange phenomenon, has been unable to solve, please advise.
According to the instructions, I used the /m parameter to prepare to generate a small font (I understand that it is only the words included in the menu, so that it can greatly save the space for starting the software ...
Your understanding is correct, and the defined statement is also correct.
If an empty box appears in the confect driver menu, it means that the Chinese character font is not found. If all are empty boxes, it means that the Chinese character library is not found.
Your situation should be on A:\hzk16, that is, there is no hzk16 in the root directory of drive A.
In addition, note: confect defaults to hzk16 in the root directory of the current drive and the small font confect.dot. If config.sys does not specify the font library, it will automatically load hzk16 or the small font confect.dot in the root directory of the current drive.
|

三川一笑 |
|
2009-1-12 14:51 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 80 楼』:
使用 LLM 解释/回答一下
set option=blockname这个功能好像没什么用处,只会减少环境变量空间。默认command.com的环境变量空间很小了。
Last edited by xugaohui on 2009-1-13 at 01:18 ]
The function of setting option=blockname seems to be of little use, only reducing the environment variable space. The environment variable space of the default command.com is already very small.
Last edited by xugaohui on 2009-1-13 at 01:18 ]
|

下载
09年7月7日 更新
感谢网友 囧HQY 提供空间 |
|
2009-1-12 21:45 |
|
|
sanchuan
初级用户
 
积分 113
发帖 51
注册 2008-11-16 来自 武汉
状态 离线
|
『第 81 楼』:
使用 LLM 解释/回答一下
Originally posted by xugaohui at 2009-1-12 21:45:
set option=blockname这个功能好像没什么用处,只会减少环境变量空间。默设command.com的环境变量空间很小了。
设立单选子项环境变量 set option=blockname ,目的是在 Autoexec.bat 中,除了用 goto %confect% 外,也可以用 goto %option% ————省去了在子项块中的设置,也使得 Autoexec.bat 简捷。
如果环境变量过多,可以使用SHELL命令加大COMMAND.COM的环境空间。在CONFIG.SYS文件中加入以下命令就可将环境大小从160字节,增加到512字节:
shell=command.com /e:512 /p
或者将 512 改成 10242048
Originally posted by xugaohui at 2009-1-12 21:45:
The function of "set option=blockname" seems to be of little use, only reducing the environment variable space. The environment variable space of command.com is already very small by default.
Setting the single-choice sub-item environment variable "set option=blockname" is to, in Autoexec.bat, besides using "goto %confect%", also use "goto %option%", which omits the settings in the sub-item block and makes Autoexec.bat concise.
If there are too many environment variables, you can use the SHELL command to increase the environment space of COMMAND.COM. Adding the following command in the CONFIG.SYS file can increase the environment size from 160 bytes to 512 bytes:
shell=command.com /e:512 /p
Or change 512 to 1024 or 2048
|

三川一笑 |
|
2009-1-13 00:10 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 82 楼』:
使用 LLM 解释/回答一下
功能又强大一点了,文件更小了。4.3版的子项默认菜单项边框前面是一个小竖线了,以前是弧形。如果能改成>就更形象了。
The function is a bit more powerful, and the file is smaller. In version 4.3, there is a small vertical line in front of the border of the default menu item of the sub - item, while it was an arc before. It would be more vivid if it could be changed to >.
|

下载
09年7月7日 更新
感谢网友 囧HQY 提供空间 |
|
2009-1-13 01:34 |
|
|
yjd
初级用户
 
积分 156
发帖 76
注册 2007-8-20
状态 离线
|
『第 83 楼』:
使用 LLM 解释/回答一下
又更新了支持。^_^
Last edited by yjd on 2009-2-20 at 17:27 ]
Updated again. ^_^
Last edited by yjd on 2009-20 at 17:27 ]
|
|
2009-1-13 03:31 |
|
|
softmouse
初级用户
 
积分 20
发帖 8
注册 2006-11-13
状态 离线
|
『第 84 楼』:
使用 LLM 解释/回答一下
经过我的测试,HZK16必须放在A盘根目录下/M 制作小字库才能成功。我试过,放到其他位置(子目录,或C盘等),即便指定好 HZK16的位置也不能成功。
After my test, HZK16 must be placed in the root directory of drive A / M to make the small character set successfully. I have tried. Even if the location of HZK16 is specified, it cannot succeed when placed in other locations (subdirectories or drive C, etc.).
|
|
2009-1-13 16:29 |
|
|
softmouse
初级用户
 
积分 20
发帖 8
注册 2006-11-13
状态 离线
|
『第 85 楼』:
使用 LLM 解释/回答一下
我个人感受,Confect 是目前最简便、最朴素、最小巧、兼容性最好的中文引导菜单程序,威力巨大,前途无限啊!感谢作者给我们提供这么好的软件。我特别喜欢朴实简洁的DOS工具。
提个建议,看在没有参考价值:
1、那个单选复选 的标记在菜单中看起来与文字靠得太近,要是能有一个空格的间隔就好看多了;
2、选择标记&@显示出来比较丑,能否改为更美观的符号,或者支持自定义?
3、在同一个小节中,既有单选项目,又有复选项目,能否做到混合使用?
Last edited by softmouse on 2009-1-13 at 16:38 ]
My personal feeling, Confect is the most convenient, most simple, smallest, and best compatible Chinese boot menu program at present, with great power and infinite prospects! Thanks to the author for providing us with such a good software. I especially like simple and plain DOS tools.
Put forward a suggestion, considering it has no reference value:
1. The mark of single selection and multiple selection is too close to the text in the menu. It would look better if there is a space interval;
2. The selection mark &@ is ugly when displayed. Can it be changed to a more beautiful symbol or support customization?
3. In the same section, there are both single selection items and multiple selection items. Can they be used in combination?
Last edited by softmouse on 2009-1-13 at 16:38 ]
|
|
2009-1-13 16:33 |
|
|
llrrqq
初级用户
 
积分 139
发帖 20
注册 2004-10-20
状态 离线
|
『第 86 楼』:
使用 LLM 解释/回答一下
看来很有用!收藏了,谢谢!
It seems very useful! Collected it, thank you!
|
|
2009-1-18 22:12 |
|
|
yjd
初级用户
 
积分 156
发帖 76
注册 2007-8-20
状态 离线
|
『第 87 楼』:
使用 LLM 解释/回答一下
发现4.3的颜色设置和4.2出来的不同了。
-----------------------------------------
4.2颜色设置:
set color=2,0,0,0
4.3颜色设置:
set color=2,0,0,0
-----------------------------------------
4.2版所选菜单和提示信息是白色的,共3个颜色,白,黑,绿
4.3版所选菜单和提示信息还是绿色,共2个颜色,绿,黑
如图4.2效果
如图4.3效果
还是4.2比较好看。提示信息有区分开
Last edited by yjd on 2009-2-14 at 12:20 ]
I noticed that the color settings in version 4.3 are different from those in version 4.2.
-----------------------------------------
Color settings for 4.2:
set color=2,0,0,0
Color settings for 4.3:
set color=2,0,0,0
-----------------------------------------
In version 4.2, the selected menu and prompt messages are white, with 3 colors: white, black, green.
In version 4.3, the selected menu and prompt messages are still green, with 2 colors: green, black.
As shown in the effect of 4.2
As shown in the effect of 4.3
Version 4.2 is still better - looking. The prompt messages are distinguishable.
Last edited by yjd on 2009-2-14 at 12:20 ]
|
|
2009-1-23 00:08 |
|
|
qingyangecho
初级用户
 
积分 97
发帖 40
注册 2006-11-1
状态 离线
|
『第 88 楼』:
使用 LLM 解释/回答一下
看着是感觉有色差更简单明了好看
It looks like the color difference makes it simpler and clearer and more beautiful.
|
|
2009-1-29 00:34 |
|
|
motop
初级用户
 
积分 56
发帖 40
注册 2009-1-23
状态 离线
|
『第 89 楼』:
使用 LLM 解释/回答一下
原理很高深,但工具很方便。
The principle is very profound, but the tool is very convenient.
|
|
2009-1-29 13:20 |
|
|
qwwewe
新手上路

积分 2
发帖 1
注册 2009-2-3
状态 离线
|
|
2009-2-4 11:35 |
|