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

  1.     FILES=xx 
  2.  
  3. xx specifies the maximum number of files (from 1 to 99 (pre DOS 3.2) or
  4.     255 (DOS 3.2 and later)) that the system can have open at any one time. 
  5.     The default value is 8. If you specify a number below 5, DOS will 
  6.     allow you to open 5 anyway. The most that any one program can have
  7.     open on most versions of DOS is 20.
  8.  
  9. After a program opens a file, it can then access the contents of the file. 
  10. If you allow too few files to be open, then the program must close one file 
  11. to open another when it needs to access different files. Each open and close 
  12. takes time, so it is quicker to open several files at once and leave them 
  13. open. The default value of 8 is usually too low, a value of 20 or so works 
  14. better. If FILES is set too low, sometimes redirection (<, >, and >>) will
  15. not work properly.
  16.