home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2CO2.ZIP / FCBS.HLP < prev    next >
Text File  |  1989-06-01  |  539b  |  20 lines

  1. The DOS Compatibility Environment of OS/2 (a.k.a 3.x Box) simulates a
  2. MS-DOS 3.3 environment with SHARE.EXE loaded.  The FCBS directive
  3. controls the maximum number of files that can be opened
  4. simultaneously using FCB file function calls, and also specifies how
  5. many of those FCBs will be protected against automatic closing by the
  6. operating system.
  7.  
  8. Directive syntax:    FCBS = maximum,protected
  9.  
  10. Default value:        16,8
  11.  
  12. Multiple occurrences:    No    
  13.  
  14. Affects protected mode:    No
  15.             
  16. Affects real mode:    Yes
  17.  
  18. Example:        FCBS = 8,4
  19.  
  20.