MS-DOS Internal Commands
The FCBS Command
Description:
Specifies the number of file control blocks (FCBs) that
MS-DOS can have open at the same time. A file control block is a data structure that stores information about a
file.
Command Syntax:
FCBS=x
Explanation of Syntax:
x specifies the number of file control blocks that MS-DOS can have open at one time. Valid values for x are in the range 1 through 255. The default value is 4.
Command Use:
This command can only be used in the config.sys file.