|
原帖由 <i>Plantsoot</i> 于 2010-9-1 21:55 发表 <a href="http://bbs.wuyou.net/redirect.php?goto=findpost&pid=2031458&ptid=170034" target="_blank"><img src="http://bbs.wuyou.net/images/common/back.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" onmousewheel="return imgzoom(this);" alt="" /></a><br />
<br />
<br />
不好意思,没注意你的问题,现在回复。<br />
不需要按任何键都可以实现你要说的功能。<br />
<br />
timeout 10 //等待10秒,10秒后选择default 指定的菜单<br />
default 11 //default指定默认菜单为菜单11,菜单从0开始的,不 ... <br />
谢谢楼主回复, 请看我的FbinstTool中的 Fbinst 菜单:
default 0 -默认进入grldr目录
timeout 2 -等2秒
color yellow
text "=========================="
color white
text "Press F1 to start index catalog (grldr mode)"
menu F1 grldr "grldr"
color yellow
text "=========================="
color white
text "Press F2 to Start WinXPE (OPE mode)"
menu F2 grldr "0PE.BIN"
color yellow
text "=========================="
color white
text "Press F3 to start Burg (Tools)"
menu F3 grldr "buldr"
color yellow
text "=========================="
color white
text "Press ESC to Boot Windows on Hard disk (XP/2003)"
menu ESC grldr "????" --- 这里能否支持 ESC 键调用 ? 后面能否直接写到 硬盘XP的路径?
我估计Grldr的菜单不支持 ESC 或者 F4 热键调用, 因为我用你的message文件修改时, 有看到 热键 0-9 和 F9 F10, 但是没有提到ESC
而且从 title的写法及定义方式来看, 应该是 不支持热键的. 所以寄希望于 Fbinst菜单了
另外winxp/2003 和win7 的调用方式不一样, 这个我明白, 从 Grldr菜单中看到了,
如果有必要, 可以手动修改这个 ESC 调用的路径.
那么, 用Fbinst 菜单 自定义代码的格式, 支持 ESC 键 进入 硬盘Windows 吗?
[ 本帖最后由 2010kaivs 于 2010-9-2 22:55 编辑 ] |
|