Command: !

  With "!" and "?" config.sys can be made interactive.
  Config.sys lines that begin with "!" will be processed 
  even when single stepping.
  '!' is a CONFIG.SYS / FDCONFIG.SYS command.

Syntax:

  ! other config.sys command such as DEVICE=...

Options:

  - none -

Comments:

  Command lines in config.sys starting with '!' will be executed under
  all circumstances.
  '!' is a command internal to kernel.sys and needs no other file
  in order to work.

Examples:

  IN CONFIG.SYS / FDCONFIG.SYS:
    !FILES=20
    !DOS=HIGH,UMB
    !BUFFERS=30
    !DEVICE=MyNetWorkDriver.sys

See also:

  ;
  ?
  config.sys
  fdconfig.sys

  Copyright © 2008 W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.