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