标题: grub4dos的menu.lst里的clear语句有什么用?
[打印本页]
作者: no9ronaldo
时间: 2008-1-11 22:50
标题: grub4dos的menu.lst里的clear语句有什么用?
。
作者: afeichai
时间: 2008-1-11 23:34
好像是在菜单之间加空行的
title 启动 Microsoft Windows XP Professional
find --set-root /ntldr
chainloader /ntldr
title clear
title 启动 Microsoft Windows Vista
find --set-root /bootmgr
chainloader /bootmgr
作者: afeichai
时间: 2008-1-11 23:51
clear好像是清屏,上面给的有误
改为下面的
title 启动 Microsoft Windows XP Professional
find --set-root /ntldr
chainloader /ntldr
title
clear
title 启动 Microsoft Windows Vista
find --set-root /bootmgr
chainloader /bootmgr
这样在菜单之间就加了个空行
作者: no9ronaldo
时间: 2008-1-12 20:30
好的,谢谢。