Specifies a number of special options for starting and running MS-Dos.
The SWITCHES command can only be invoked from Config.sys.
Syntax:
SWITCHES= /F /K /N /E[:n]
/F | Skips the two-second delay after displaying the "Starting MS-DOS . . ." message during startup. |
/K | Forces an enhanced keyboard to behave like a conventional keyboard. If Ansi.sys is installed, its K switch should also be used. |
/N | Disables the F5 and F8 keys used to bypass commands in Config.sys and Autoexec.bat. It does not disable the Ctrl-F5 and Ctrl-F8 keys which bypass loading Drvspace.bin; to disable these keys, see DRVSPACE. |
/E | Suppresses the automatic relocation of EBIOS from conventional to upper memory during the startup process by Io.sys. |
/E:n | Forces Io.sys to relocate n bytes of EBIOS to conventional memory during the startup process. n can be from 48 to 1024 and is rounded up to the next multiple of 16. |
Notes:
|