|
rengh
新手上路

积分 8
发帖 3
注册 2008-8-30
状态 离线
|
『第 106 楼』:
作者,提问一个问题
使用 LLM 解释/回答一下
我用confect.sys创建了一个中文菜单,其中主菜单第一项、第二项都有子菜单,但光标由第一项变到第二项后,第一项的菜单并不消失,造成显示混乱,这是什么原因?请用信箱通知我,email: rengh917@163.com
Last edited by rengh on 2009-2-28 at 13:33 ]
I created a Chinese menu using confect.sys. The first and second items of the main menu both have submenus. But after the cursor moves from the first item to the second item, the menu of the first item does not disappear, causing display chaos. What is the reason? Please notify me by mailbox, email: rengh917@163.com
Last edited by rengh on 2009-2-28 at 13:33 ]
|
|
2009-2-28 13:29 |
|
|
chengzs
新手上路

积分 2
发帖 1
注册 2009-9-14
状态 离线
|
|
2009-9-15 02:26 |
|
|
crystalsky911
新手上路

积分 11
发帖 5
注册 2008-9-25
状态 离线
|
『第 108 楼』:
使用 LLM 解释/回答一下
好像不能选择剩余时间的位置啊~也就是说剩余时间没有办法排版
It seems that the position of the remaining time cannot be selected~ That is to say, the remaining time cannot be formatted.
|
|
2009-10-15 17:26 |
|
|
xsaxy
初级用户
 
积分 32
发帖 15
注册 2007-1-14
状态 离线
|
『第 109 楼』:
使用 LLM 解释/回答一下
关于块操作、单选、复选的疑问?config.sys 配置文件如下,总是报错,请帮助解答,谢谢!
config.sys 内容:
;=============================
device=Confect.sys /m
SET PATH=a:\;a:\dos;C:\;..;
;=======================================
; 设置部分
;=======================================
; [SETTINGS]
set alHead=0
set align=4,0
set alNote=0
set shortcut=a,1
set color=15,0,9,20
set default=1,60,8
;========================================
; 菜单部分
;========================================
;--------------
; 标题
set heading=
set heading= DOS工具盘中文菜单 Confect V4.3
set heading=======================================================================
set heading=
; 说明
set endnote=用↑→↓或←键移动亮条,或用 1、2、3 ... 键选择主项
set endnote=选项用数字键或空格键设置(或清除),用 Enter 键确定。
;---------------------------------
;主菜单15
;---------------------------------
......
......
set confect=DOSADV, Dos 配置;
......
......
;------------
;子菜单
......
......
set option=DOS, 通用DOS配置;@
set option=MAXMEM, Dos (with emm386 & more memory);@
......
......
;---------------------------------
; 块配置部分
;---------------------------------
......
......
;[EMM]
device=himem.sys /testmem:off /numhandles=128
devicehigh=emm386.exe NOEMS
dos=high,umb,
fileshigh=40
buffershigh=4
shell=\command.com /e:2048 /f /p
switches=/f
;[MAXMEM1]
devicehigh=himem.sys /testmem:off /numhandles=128
device=emm386.exe AUTO MIN=5120 I=B000-B7FF NOEMS
dos=high,umb,
fileshigh=40
buffershigh=4
fcbshigh=1,0
stackshigh=0,0
shell=\command.com /e:2048 /f /p
switches=/f
set ns=1
......
......
;---------------------------------
; 子菜单配置与执行
;---------------------------------
;----------------------------
; 15
;----------------------------
......
......
;[DOSADV]
;[DOS]
;include=EMM
;[MAXMEM]
;include=MAXMEM1
......
......
;---------------------------------
; [off]
; [CONFIG]
;---------------------------------
Questions about block operations, radio selection, and checkboxes? The config.sys configuration file is as follows, and it always reports an error. Please help answer, thank you!
The content of config.sys:
;=============================
device=Confect.sys /m
SET PATH=a:\;a:\dos;C:\;..;
;=======================================
; Settings
;=======================================
;
set alHead=0
set align=4,0
set alNote=0
set shortcut=a,1
set color=15,0,9,20
set default=1,60,8
;========================================
; Menu section
;========================================
;--------------
; Title
set heading=
set heading= Chinese Menu for DOS Tool Disk Confect V4.3
set heading=======================================================================
set heading=
; Description
set endnote=Use the ↑→↓ or ← keys to move the bright bar, or use keys 1, 2, 3 ... to select the main item
set endnote=Set (or clear) options with number keys or spacebar, and press Enter key to confirm.
;---------------------------------
; Main menu 15
;---------------------------------
......
......
set confect=DOSADV, Dos Configuration;
......
......
;------------
; Submenu
......
......
set option=DOS, General DOS Configuration;@
set option=MAXMEM, Dos (with emm386 & more memory);@
......
......
;---------------------------------
; Block configuration section
;---------------------------------
......
......
;
device=himem.sys /testmem:off /numhandles=128
devicehigh=emm386.exe NOEMS
dos=high,umb,
fileshigh=40
buffershigh=4
shell=\command.com /e:2048 /f /p
switches=/f
;
devicehigh=himem.sys /testmem:off /numhandles=128
device=emm386.exe AUTO MIN=5120 I=B000-B7FF NOEMS
dos=high,umb,
fileshigh=40
buffershigh=4
fcbshigh=1,0
stackshigh=0,0
shell=\command.com /e:2048 /f /p
switches=/f
set ns=1
......
......
;---------------------------------
; Submenu configuration and execution
;---------------------------------
;----------------------------
; 15
;----------------------------
......
......
;
;
;include=EMM
;
;include=MAXMEM1
......
......
;---------------------------------
;
;
;---------------------------------
|
|
2009-11-8 15:49 |
|
|
terminal
新手上路

积分 10
发帖 5
注册 2009-12-8
状态 离线
|
|
2009-12-10 15:48 |
|
|
kafeis
新手上路

积分 10
发帖 4
注册 2008-8-7
状态 离线
|
『第 111 楼』:
使用 LLM 解释/回答一下
真的很强大,我下了试了一下,除了一些小问题,现在正在研究
It's really powerful. I downloaded it and tried it. Except for some minor issues, I'm currently researching it.
|
|
2010-3-11 02:28 |
|
|
yemao
初级用户
 
积分 22
发帖 11
注册 2007-10-24
状态 离线
|
『第 112 楼』:
使用 LLM 解释/回答一下
先占个地方,以后再说
Just occupy a place first, will talk about it later
|
|
2010-3-22 02:24 |
|
|
zgzxp
新手上路

积分 2
发帖 1
注册 2009-7-28
状态 离线
|
『第 113 楼』:
使用 LLM 解释/回答一下
好久没有更新了,有没有新版呢
Haven't updated for a long time. Is there a new version?
|
|
2010-3-23 10:05 |
|
|
zhenxin
初级用户
 
积分 83
发帖 38
注册 2007-1-17
状态 离线
|
『第 114 楼』:
使用 LLM 解释/回答一下
THANKS FOR YOUR SHARE.
THANKS FOR YOUR SHARE.
|
|
2010-5-18 14:51 |
|
|
zhenxin
初级用户
 
积分 83
发帖 38
注册 2007-1-17
状态 离线
|
『第 115 楼』:
使用 LLM 解释/回答一下
Thanks for your share.
Thanks for your share.
|
|
2010-5-18 15:36 |
|
|
251190679
新手上路

积分 4
发帖 2
注册 2009-8-19
状态 离线
|
|
2010-9-16 16:23 |
|
|
lydcn
初级用户
 
积分 36
发帖 15
注册 2006-2-19
状态 离线
|
『第 117 楼』:
使用 LLM 解释/回答一下
按照说明配置了
; [test]
DEVICE=\DOS\HIMEM.SYS /cpuclock  n /v /machine:1 /testmem  ff
; INCLUDE=inc
; [inc]
DEVICEHIGH=\DOS\IFSHLP.SYS
DEVICEHIGH=\DOS\RDISK.COM /s128
SHELL=COMMAND.COM /e:1024 /f /p
插入块用不了,无效果,直接跳过了,不知道怎么回事
Configured according to the instructions
;
DEVICE=\DOS\HIMEM.SYS /cpuclock:on /v /machine:1 /testmem:off
; INCLUDE=inc
;
DEVICEHIGH=\DOS\IFSHLP.SYS
DEVICEHIGH=\DOS\RDISK.COM /s128
SHELL=COMMAND.COM /e:1024 /f /p
The insertion block is not working and has no effect, just skipped. I don't know why
|
|
2024-3-20 09:35 |
|
|
wxpc8
新手上路

积分 4
发帖 2
注册 2025-2-26
状态 离线
|
『第 118 楼』:
使用 LLM 解释/回答一下
非常好用的中文菜单,感谢楼主
A very useful Chinese menu, thanks to the LZ
|
|
2025-2-27 10:47 |
|