Command: fcbs

  FCBS sets the number of file control blocks.
  FCBS is a CONFIG.SYS / FDCONFIG.SYS command.

Syntax:

  fcbs=nnn

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

Options:

  nnn    The number of file control blocks, in the range 1-255.
         The default value is 4.

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

Comments:

  FCBS sets the number of File Control Blocks to reserve room for.
  As file control blocks have been replaced by file handles (see FILES)
  and FreeDOS dynamically simulates FCBS from the handle data as needed,
  nnn is simply ignored by FreeDOS.
  FCBS 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:
    fcbs=4

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

See also:

  
  config.sys
  fdconfig.sys
  files

[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 © 1998 Jim Hall, updated 2008 by W. Spiegl.

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