title 10.切换到Easyboot菜单
if "%@root%"=="(cd)" echo cd && set bcs=force && set bfl=loader.bin
if not "%@root%"=="(cd)" echo nocd && set bcs=raw && set bfl=ezldr
chainloader --%bcs% ()/boot/%bfl% || find --set-root /boot/%bfl% && chainloader --%bcs% /boot/%bfl%
title 11.进化为……。
password=1234
configfile (bd)/BOOT/GRUB/ANZU.LST
title 2.直接安装Win7系统(放U盘)
command ()/boot/grub/RUN /win7mgr
title 3.直接安装Win8系统(放U盘)
command ()/boot/grub/RUN /win8mgr
title 4.先运行手工U盘加速
command ()/boot/grub/USB_ACC.0PE
configfile (md)0x880+0x200
title 5.先运行智能U盘加速
command ()/boot/grub/USB_ACC.0PE mode:auto --time-out-enable:0 --time-out-disable:0 --version:plpbt.bin(5.0.10)
configfile (md)0x880+0x200
title 6.返回EasyBoot主菜单
if "%@root%"=="(cd)" echo cd && set bcs=force && set bfl=loader.bin
if not "%@root%"=="(cd)" echo nocd && set bcs=raw && set bfl=ezldr
chainloader --%bcs% ()/boot/%bfl% || find --set-root /boot/%bfl% && chainloader --%bcs% /boot/%bfl%
title 7. ===重启计算机系统===
reboot
title 8. ===关闭计算机系统===
halt