【附录】
config.sys
[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
:RESTORE
copy BMGRUS.BA1 BMGRUS.SCR
c:\bmgr.exe /Fboot.bin /Mbmgr%CC%.scr /s
del BMGRUS.SCR
ghost2k3.exe -clone,mode=pload,src=c:\98.gho:1,dst=1:1 -sure -rb
GOTO EXIT
: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.