FCBS |
Used to set the number of file control blocks (FCBs) that can be open at any time. A file control block is a data structure that stores information about a file enabling programs to access it. The FCBS statement is only valid in Config.sys. Syntax:FCBS=x, [y]
Notes:The use of File Control Blocks to open files is a hangover from the very early days of computing and was superseded by File Handles (see FILES) with the introduction of DOS 2. It is very unlikely that any program in use today would use File Control Blocks. Each FCB specified requires 60 bytes of memory. If the DOS command is used to manage the upper memory blocks (it usually is), the default values for FCBS are automatically loaded into the HMA. ie. the line
|
|