home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / tutorial / dos5tut / cfcbs.dat < prev    next >
Encoding:
Text File  |  1993-03-01  |  413 b   |  15 lines

  1. Explanation of the FCBS command. It is in 
  2. the CONFIG.SYS.
  3.  
  4. This will specify the number of file 
  5. control blocks (FCBs) that MS-DOS can have 
  6. open at the same time. It has to be used
  7. in the CONFIG.SYS file of your computer.
  8.  
  9. Example:
  10.        To let MS-DOS work with 10 FCBs at a 
  11.        time you would have to include the 
  12.        following line in your CONFIG.SYS 
  13.        file:
  14.              fcbs=10
  15.