|
修改菜单文字的颜色我会,,但是怎样修改其位置呢(上下移动我会)?也就是文字怎样左右移动下。。
下面上代码:
color 0x3987F3 0xFFFF00 0x3987F3 0x750000 这段的意思是修改其文字的前景和背景颜色
checkrange 0x80 read 0x8280 && pxe keep
if %b%==(pd)/AXPE/ && terminal --font-spacing=0:6 ! terminal --font-spacing=0:4
timeout 60
if %b%==(pd)/AXPE/ && default 7 ! default 8 这段的意思是???? 是不是在出现的画面中把选项放在了 #7或#8的菜单上?
#0
title
clear
title
clear
title
clear
title
clear 这段里的title+clear,如果竖着添加是修改其上下的高度,,但是怎样来控制它的左右呢?
#6
iftitle [ if %b%==(ud)/AXPE/ ] 启动 WINDOWS \n 启动Windows 2000 XP 2003 Vista 7
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr
iftitle [ if %b%==(pd)/AXPE/ ] 从 硬盘启动
checkrange 0x80 read 0x8280 && map (hd0) (hd1)
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map --hook
rootnoverify (hd0,0)
makeactive
chainloader +1
#8
iftitle [ if %b%==(ud)/AXPE/ ] 常 规 03 PE \n 启动SRS内置、内置支持各类USB3.0 HUB的SKYPE, 兼容性较高。
set PE=常规03PE
configfile %b%vbe/digselect.LsT
iftitle [ if %b%==(pd)/AXPE/ ] PXE 2003 PE \n 启动SRS内置、内置支持各类USB3.0 HUB的SKYPE, 兼容性较高。
configfile %b%vbe/pxenet.lst
#6
iftitle [ if %b%==(ud)/AXPE/ ] Windows 7 PE \n 不使用--MEM参数,内置支持各类USB3.0 HUB
map %b%WIN7PE.ISO (0xff)
map --hook
chainloader (0xff)
title 进入拓展接口 \n 启动UD区之外的一些您自备的ISO IMG镜像或LST菜单等。
configfile %b%VBE/EXTEND.LST
[ 本帖最后由 20123541460 于 2012-1-28 18:48 编辑 ] |
|