Command: ;

  ';' marks the config.sys line as a comment. ';' has the same effect
  as 'REM'.
  ';' is a CONFIG.SYS / FDCONFIG.SYS command.

Syntax:

  ; [comment]
  REM [comment]

[Main menu] [top] (Syntax) [Options] [Comments] [Examples] [See also] [File]

Options:

  comment  any comment you want to add to remember why you did this or
           that; can also be a command, which shall not be executed 
           (maybe for test purposes).

[Main menu] [top] [Syntax] (Options) [Comments] [Examples] [See also] [File]

Comments:

  ';' and 'REM' provide the ability to place comments within the
  configuration file. The text following the ';' or 'REM' until the end
  of the line is reached is ignored. This may also be used to temporarily
  disable loading a particular device or other option.
  ';' is a command internal to kernel.sys and needs no other file
  in order to work.

[Main menu] [top] [Syntax] [Options] (Comments) [Examples] [See also] [File]

Examples:

  IN CONFIG.SYS / FDCONFIG.SYS:
    REM DOS=HIGH,UMB  has the same effect!
    ;DOS=HIGH,UMB     has the same effect!

[Main menu] [top] [Syntax] [Options] [Comments] (Examples) [See also] [File]

See also:

  !
  ?
  config.sys
  fdconfig.sys
  rem

[Main menu] [top] [Syntax] [Options] [Comments] [Examples] (See also) [File]

File:

  Please read this command's lsm file also.
  You will find the updated version (internet) here and
  the version described in this manual page here.
  The lsm file contains information about the name of the programmer,
  the download site, and some other command related information.

[Main menu] [top] [Syntax] [Options] [Comments] [Examples] [See also] (File)


  Copyright © 2008 W. Spiegl.

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