[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