beautypg.com

Avery Dennison 6037 Rev. AA 3/04 Programmer Manual User Manual

Page 76

background image

4-34 ROM-DOS Internal Commands

F C B S

CONFIG.SYS Command

The FCBS command allows you to specify the number of File Control
Blocks (FCBs) open at one time.

Syntax

FCBS = number [,minimum number]

Remarks

Number specifies the maximum number of FCBs open at any given time.
The default for this value is 4. The value for

number must be in the range

from 1 to 255. The

minimum number specifies the minimum number of

FCBs to be open at all times. The

minimum number argument has the

same default and range value as the

number argument.

Example

FCBS = 8, 4

Sets the maximum number of FCBs to 8 and leaves at least 4 open at all
times.