home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / config / fcbs.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  20 lines

  1.     FCBS=x,y
  2.  
  3. This line allows DOS to support file control blocks (FCB). Very early versions
  4. of DOS controlled file access with FCBs. Later versions use file handles,
  5. instead. New programs use file handles, but some older ones still use FCBs, so
  6. DOS still supports their use. They are also used to control file sharing in a
  7. network. 
  8.  
  9. x specifies the number of FCBS, minimum of 1, maximum of 255 (default 4).
  10.  
  11. y specifies the number of FCBS that CANNOT be closed by DOS unless a program
  12.     running on your computer requests their closure. This prevents a program
  13.     on another computer in a network (enabled by the SHARE command) from
  14.     closing a file you want to remain open.
  15.  
  16. x should be > than y by 8 or more. If you set x ≤ y, DOS probably won't run on
  17. a network at all. If an old program using FCBs is run on a computer which uses
  18. DOS 4.0 or later and a disk partition of ≥ 32 Mbytes (32 million characters),
  19. the SHARE command must be executed before using the program, or it won't work.
  20.