[menu]
menuitem=RESTORE, Restore your system, keeping F11 message and function.
menuitem=SUPPRESS, Suppress F11 message but retain the F11 function.
menuitem=DISABLE, Disable F11 message and function.
menuitem=RESET, Do nothing but restart your computer.
menudefault=RESET,30
menucolor=7,1
[RESTORE]
devicehigh=himem.sys
[SUPPRESS]
[DISABLE]
[RESET]
[COMMON]
autoexec.bat
@echo off
SET CC=US
if "%CONFIG%" == "DISABLE" GOTO DISABLE
if "%CONFIG%" == "SUPPRESS" GOTO SUPPRESS
if "%CONFIG%" == "RESTORE" GOTO RESTORE
if "%CONFIG%" == "RESET" GOTO RESET
:SUPPRESS
call fdisk/mbr
copy BMGRUS.BA2 BMGRUS.SCR
c:\bmgr.exe /Fboot.bin /Mbmgr%CC%.scr /s
type bmgrus.scr
pause
del BMGRUS.SCR
GOTO EXIT
:DISABLE
call fdisk/mbr
del BMGRUS.SCR
GOTO EXIT
:RESET
reset.com
:EXIT
Echo Remove the diskette and press CTRL-ALT-DEL to restart the computer.作者: 不落的太阳 时间: 2006-11-24 13:21 标题: 回CHEN463 CHEN463的方法只能针对有相当基础的用户,我们安装IBM—F11只是方便电脑初级用户。正如CHEN463说的“应该有它的贡献,应给于鼓掌”,只是应用中的BUG或是因为个性化原因等等则需要仁智而别了,自用则不在此范围——“自己的制作最好用”。
[menu]
menuitem=reboot, Reboot your computer.
menuitem=restore, Begin to restore your system.
menuitem=ghost, Go to ghost system.
menudefault=reboot,30
menucolor=7,0