A SERVICE OF

logo

6-20 ROM-DOS Commands
2325 Reference Guide Revision B 2325A137REFGD
FCBS
Type
CONFIG.SYS
Purpose
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
Set the maximum number of FCBs to 8 and leave at least 4 open at all
times.
FCBS = 8,4
FIND.EXE
Type
External
Purpose
FIND is a filter to display only lines that contain a specified string.
The input to FIND may come from a file, or it may be piped in from
another filter or a DOS command.
Syntax
FIND [/option] match-string [filename]