|
VeDe
初级用户
 
积分 84
发帖 39
注册 2009-2-1
状态 离线
|
『第 91 楼』:
请教Confect问题:
使用 LLM 解释/回答一下
config.sys内容概要:
DEVICE=confect.sys
SHELL=command.com /P /E:640
DEVICE=\soft\himem.sys /testmem:off
dos=NOAUTO,high,umb
files=80
stackshigh=9,256
lastdrive=z
buffers=20,8
numlock=off
rem
...略...
set confect=dos,DOS工具箱
set confect=shutdown,关闭计算机
rem
rem
rem
AutoExec.bat内容概要:
@echo off
set EXPAND=YES
a:\dos\xmsdsk 10240 x: /y >NUL
a:\dos\FINDRAMD.EXE >nul
path=a:\;a:\dos;x:\;x:\dos;x:\Tmp >nul
md x:\Tmp >nul
md x:\dos >nul
set temp=x:\Tmp
set tmp=x:\Tmp
goto %confect%
:dos
call dos.bat
goto exit
:shutdown
s.com
:exit
======================
上述可正常出现菜单界面,但当执行 DOS工具箱 菜单后出现自动重启问题!
望解,谢谢!
Last edited by VeDe on 2009-2-12 at 15:25 ]
Summary of config.sys content:
DEVICE=confect.sys
SHELL=command.com /P /E:640
DEVICE=\soft\himem.sys /testmem:off
dos=NOAUTO,high,umb
files=80
stackshigh=9,256
lastdrive=z
buffers=20,8
numlock=off
rem
...omitted...
set confect=dos,DOS Toolbox
set confect=shutdown,Shut down computer
rem
rem
rem
Summary of AutoExec.bat content:
@echo off
set EXPAND=YES
a:\dos\xmsdsk 10240 x: /y >NUL
a:\dos\FINDRAMD.EXE >nul
path=a:\;a:\dos;x:\;x:\dos;x:\Tmp >nul
md x:\Tmp >nul
md x:\dos >nul
set temp=x:\Tmp
set tmp=x:\Tmp
goto %confect%
:dos
call dos.bat
goto exit
:shutdown
s.com
:exit
======================
The above can normally display the menu interface, but when executing the DOS Toolbox menu, an automatic restart problem occurs!
Hope to solve it, thank you!
Last edited by VeDe on 2009-2-12 at 15:25 ]
|
|
2009-2-12 12:30 |
|
|
guo
新手上路

积分 15
发帖 9
注册 2008-12-3
状态 离线
|
『第 92 楼』:
使用 LLM 解释/回答一下
Originally posted by VeDe at 2009-2-12 12:30:
config.sys内容概要:
DEVICE=confect.sys
SHELL=command.com /P /E:640
DEVICE=\soft\himem.sys /testmem:off
dos=NOAUTO,high,umb
......
上述可正常出现菜单界面,但当执行 DOS工具箱 菜单后出现自动重启问题!
望解,谢谢!
在 AutoExec.bat 中,没有对应 DOS 工具箱的标号 :DOS ,是不会重启的。
Originally posted by VeDe at 2009-2-12 12:30:
Summary of config.sys content:
DEVICE=confect.sys
SHELL=command.com /P /E:640
DEVICE=\soft\himem.sys /testmem:off
dos=NOAUTO,high,umb
......
The above can normally display the menu interface, but when executing the DOS toolbox menu, an automatic restart problem occurs!
Hope to solve, thank you!
In AutoExec.bat, if there is no corresponding label :DOS for the DOS toolbox, it will not restart.
|
|
2009-2-12 14:50 |
|
|
VeDe
初级用户
 
积分 84
发帖 39
注册 2009-2-1
状态 离线
|
『第 93 楼』:
Re:92# guo
使用 LLM 解释/回答一下
笔误,已修正。。。是相互对应的,这才郁闷啊。。。实机及虚拟机中完全一样的结果。。。
It's a typo, and it's fixed... They correspond to each other, which is really frustrating... The results are exactly the same in both the physical machine and the virtual machine...
|
|
2009-2-12 15:27 |
|
|
VeDe
初级用户
 
积分 84
发帖 39
注册 2009-2-1
状态 离线
|
『第 94 楼』:
关于重启问题!
使用 LLM 解释/回答一下
知道一些因素了^_^。。。无奈喜欢Confect菜单形式,哈哈,Max莫怪哦!
Got some factors ^_^... Helplessly like the Confect menu form, haha, Max don't mind哦!
|
|
2009-2-12 17:51 |
|
|
yjd
初级用户
 
积分 156
发帖 76
注册 2007-8-20
状态 离线
|
『第 95 楼』:
使用 LLM 解释/回答一下
今天给我朋友维护电脑刚好用到我的u盘,重启问题也被我碰到了,刚开始测试N次老是重启,其实没重启只是屏幕没信号来以为重启,回车他会加载第一项。-_-!!
在一个信步主板和15液晶显示器上出现了。
原作者前面贴的回话:
------------------------------------------------------------------
confect42有一个默认参数的设置:
set default=1,6,9
其中,最后一个 9 ,表示原来系统默认的9点字符时钟,一般不会出现超频。
对于性能比较好的液晶显示器,可以将 9 改成 8 ,以改善汉字显示的效果。
上面默认参数若不是 8,可以写成:
set default=1,6
大概因为你使用的不重复汉字总数不超过32个。否则9点字符必然出现裂缝!这是字符式显示汉字的“胎里病”——显示卡硬件带来的问题。
这一点我在VTmagik贴子中讲了很多遍了。
------------------------------------------------------------------
解决就是把
set default=1,30,8(8改9就应该没问题了不过汉字会出现裂缝)
Last edited by yjd on 2009-2-12 at 23:14 ]
Today I used my USB flash drive when maintaining my friend's computer, and I also encountered a reboot problem. At first, I tested it many times and it always seemed to reboot, but actually it wasn't rebooting, just the screen had no signal, so I thought it was rebooting. Pressing Enter would load the first item. -_-!!
It occurred on a Xinbu motherboard and a 15-inch LCD monitor.
Original author's previous reply:
------------------------------------------------------------------
confect42 has a default parameter setting:
set default=1,6,9
Among them, the last 9 indicates the original system default 9-point character clock, which generally won't cause overclocking.
For LCD monitors with better performance, you can change 9 to 8 to improve the display effect of Chinese characters.
If the above default parameter is not 8, it can be written as:
set default=1,6
Probably because the total number of non-repeating Chinese characters you use is no more than 32. Otherwise, the 9-point characters will definitely have cracks! This is a "inherent defect" of character-based display of Chinese characters - a problem caused by the graphics card hardware.
I have said this many times in the VTmagik post.
------------------------------------------------------------------
The solution is to change
set default=1,30,8 (changing 8 to 9 should be fine, but Chinese characters will have cracks)
Last edited by yjd on 2009-2-12 at 23:14 ]
|
|
2009-2-12 23:04 |
|
|
darkkid
初级用户
 
积分 34
发帖 12
注册 2009-2-18
状态 离线
|
『第 96 楼』:
使用 LLM 解释/回答一下
其实我之所以用confect.sys,是因为ezboot的启动菜单不支持a盘,zip盘这类,只支持光驱,对于我这等不量产的u盘使用者简直是个打击,而grub的菜单界面不太好看,
如果connfect.sys能好像ezboot那样加入背景图片,应该能做出更好看的菜单
哈哈
Actually, the reason I use confect.sys is that the boot menu of ezboot doesn't support drives like drive A or zip drives, only CD-ROM drives. This is really a blow to us USB drive users who don't mass-produce. And the menu interface of grub isn't very nice.
If confect.sys could add background images like ezboot, it should be able to make a better-looking menu.
Haha
|
|
2009-2-21 01:26 |
|
|
yjd
初级用户
 
积分 156
发帖 76
注册 2007-8-20
状态 离线
|
『第 97 楼』:
使用 LLM 解释/回答一下
Originally posted by darkkid at 2009-2-21 01:26 AM:
其实我之所以用confect.sys,是因为ezboot的启动菜单不支持a盘,zip盘这类,只支持光驱,对于我这等不量产的u盘使用者简直是个打击,而grub的菜单界面 ...
<img src="images/smilies/face-smile-big.png" align="absmiddle" border="0">你的要求是在太高-_-!!。
不量产U盘,可以制作syslinux+grub4dos(gfxmenu想怎么漂亮都行还可以是动态的是不是ez强?)再说要说启动兼容性大家的结论是ez肯定排最后^_^
Originally posted by darkkid at 2009-2-21 01:26 AM:
Actually, the reason I use confect.sys is because the boot menu of ezboot does not support A drives, ZIP drives, etc., only optical drives. For USB flash drive users like me who do not mass-produce, it is really a blow, while the menu interface of grub ...
:DYour requirements are too high -_-!!.
For USB flash drives that are not mass-produced, you can make syslinux + grub4dos (gfxmenu can be as beautiful as you want and can be dynamic. Isn't that stronger than ez?) Besides, when it comes to boot compatibility, everyone's conclusion is that ez must be the last one ^_^
|
|
2009-2-21 10:44 |
|
|
wuchan
初级用户
 
积分 119
发帖 59
注册 2008-11-21
状态 离线
|
『第 98 楼』:
使用 LLM 解释/回答一下
有个奇怪的现象。。。
我在其中设置二级菜单、有的可以,有的不行。但觉得其中的语句没有问题呀。
如下;
*****config.sys*****
....
set confect=sub_2,加载8139驱动_启动ghost
set option=DHCP,DHCP模式;@
set option=IP,IP模式(38.1)
set confect=sub_3,加载6103驱动_启动ghost
set option=DHCP,DHCP模式;@
set option=IP,IP模式(38.1)
.....
; [sub_2]
; [DHCP]
set sub2=21
; [IP]
set sub2=22
; [sub_3]
; [DHCP]
set sub3=31
; [IP]
set sub3=32
.....
...
*****autoexec.bat***
.....
:SUB_2
goto %sub2%
:21
ECHO 8139_DHCP
echo copy c:\watdh.cfg c:\wattcp.cfg
CD \DOSNET\8139
call 8139.BAT
c:\ghost.exe
GOTO END
:22
echo 8139_ip(38.***)
echo copy c:\wat38.cfg c:\wattcp.cfg
CD \DOSNET\8139
call 8139.BAT
c:\ghost.exe
GOTO END
:SUB_3
goto %sub3%
:31
echo 6103_dhcp
echo copy c:\watdh.cfg c:\wattcp.cfg
CD \DOSNET\via6103
call via.BAT
c:\ghost.exe
GOTO END
:32
echo 6103_ip(38.***)
echo copy c:\wat38.cfg c:\wattcp.cfg
CD \DOSNET\via6103
call via.BAT
c:\ghost.exe
GOTO END
.......
语句如上的。。。我的第2个子菜单可以,但3就不行了,老是调用错,提示“leate ..."
但还有第四个菜单,也是个像 上面一样的二级菜单,就好好的。是不是我那里有错。。
帮忙看看
There is a strange phenomenon...
I set up secondary menus among them, some can be set up, some cannot. But I think the statements in it are no problem.
As follows;
*****config.sys*****
....
set confect=sub_2,Load 8139 driver_Start ghost
set option=DHCP,DHCP mode;@
set option=IP,IP mode (38.1)
set confect=sub_3,Load 6103 driver_Start ghost
set option=DHCP,DHCP mode;@
set option=IP,IP mode (38.1)
.....
;
;
set sub2=21
;
set sub2=22
;
;
set sub3=31
;
set sub3=32
.....
...
*****autoexec.bat***
.....
:SUB_2
goto %sub2%
:21
ECHO 8139_DHCP
echo copy c:\watdh.cfg c:\wattcp.cfg
CD \DOSNET\8139
call 8139.BAT
c:\ghost.exe
GOTO END
:22
echo 8139_ip(38. ***)
echo copy c:\wat38.cfg c:\wattcp.cfg
CD \DOSNET\8139
call 8139.BAT
c:\ghost.exe
GOTO END
:SUB_3
goto %sub3%
:31
echo 6103_dhcp
echo copy c:\watdh.cfg c:\wattcp.cfg
CD \DOSNET\via6103
call via.BAT
c:\ghost.exe
GOTO END
:32
echo 6103_ip(38. ***)
echo copy c:\wat38.cfg c:\wattcp.cfg
CD \DOSNET\via6103
call via.BAT
c:\ghost.exe
GOTO END
.......
The statements are as above... My second sub-menu is okay, but the third one is not, it always calls wrong, and the prompt "leate..." appears
But there is also a fourth menu, which is also a secondary menu like the above, and it is fine. Is there something wrong with me.
Help me take a look
|
|
2009-2-25 15:33 |
|
|
guo
新手上路

积分 15
发帖 9
注册 2008-12-3
状态 离线
|
『第 99 楼』:
使用 LLM 解释/回答一下
Originally posted by wuchan at 2009-2-25 15:33:
有个奇怪的现象。。。
我在其中设置二级菜单、有的可以,有的不行。但觉得其中的语句没有问题呀。
如下;
*****config.sys*****
....
set confect=sub_3,加载6103驱动_启动ghost
set option=DHCP,DHCP模式;@
set option=IP,IP模式(38.1)
.....
;
;
set sub2=21
;
set sub2=22
;
;
set sub3=31
;
set sub3=32
.....
...
...
Config.sys中的块名重复了。你这里有两个 和 。
Originally posted by wuchan at 2009-2-25 15:33:
There is a strange phenomenon...
I set up secondary menus among them, some can be done, some cannot. But I think the statements in it are no problem.
As follows;
*****config.sys*****
....
set confect=sub_3, load 6103 driver_ start ghost
set option=DHCP, DHCP mode;@
set option=IP, IP mode (38.1)
.....
;
;
set sub2=21
;
set sub2=22
;
;
set sub3=31
;
set sub3=32
.....
...
...
The block names in Config.sys are duplicated. You have two and here.
|
|
2009-2-25 17:31 |
|
|
liuxy321
新手上路

积分 15
发帖 8
注册 2009-2-24
状态 离线
|
『第 100 楼』:
使用 LLM 解释/回答一下
瞧介绍,好象很不错,研究学习下。
Looking at the introduction, it seems quite good. Let's study it.
|
|
2009-2-25 23:02 |
|
|
yjd
初级用户
 
积分 156
发帖 76
注册 2007-8-20
状态 离线
|
『第 101 楼』:
使用 LLM 解释/回答一下
Originally posted by darkkid at 2009-2-21 01:26 AM:
其实我之所以用confect.sys,是因为ezboot的启动菜单不支持a盘,zip盘这类,只支持光驱,对于我这等不量产的u盘使用者简直是个打击,而grub的菜单界面 ...
难道你不知道g4d已经加入了gfxmenu了嘛。
Originally posted by darkkid at 200大年初一初二大年初二大年初二成 I'm sorry, but the provided content after the first quote part seems to have some garbled and untranslatable or incorrect remaining text. Based on the requirements, I can only translate the clearly translatable parts as per the rules. The first quote is translated as above, and the remaining unstructured and unclear parts can't be properly translated in a meaningful way as per the task instructions. So the final output for the entire content as presented is:
Originally posted by darkkid at 2009-2-21 01:26 AM:
Actually, the reason I use confect.sys is because the boot menu of ezboot doesn't support A drives, ZIP drives and other types, only CD - ROMs. For USB flash drive users like me who don't mass - produce, it's really a blow. And the menu interface of grub...
Don't you know that g4d has already added gfxmenu?
|
|
2009-2-26 04:48 |
|
|
wuchan
初级用户
 
积分 119
发帖 59
注册 2008-11-21
状态 离线
|
|
2009-2-26 09:46 |
|
|
lantu
初级用户
 
积分 26
发帖 15
注册 2008-10-4
状态 离线
|
『第 103 楼』:
使用 LLM 解释/回答一下
就是不知如何编辑config.sys啊
Just don't know how to edit config.sys
|
|
2009-2-26 09:53 |
|
|
lantu
初级用户
 
积分 26
发帖 15
注册 2008-10-4
状态 离线
|
『第 104 楼』:
使用 LLM 解释/回答一下
如何在字库中增加所需要的汉字啊
或者如何生成所需要的字库啊
Last edited by lantu on 2009-2-27 at 07:55 ]
How to add the needed Chinese characters in the font library or how to generate the needed font library
Last edited by lantu on 2009-2-27 at 07:55 ]
|
|
2009-2-27 07:34 |
|
|
chen463
初级用户
 
积分 41
发帖 22
注册 2006-5-25
状态 离线
|
|
2009-2-28 13:03 |
|