Path: utzoo!utgpu!watmath!att!mtuxo!mtgzz!drutx!druhi!boc From: boc@druhi.ATT.COM (Ocinneide) Newsgroups: comp.lang.pascal Subject: Re: TP5 and/or Programmer bug? Message-ID: <4450@druhi.ATT.COM> Date: 28 Jul 89 14:23:54 GMT References: <20351@adm.BRL.MIL> Organization: AT&T, Denver, CO Lines: 11 In article <20351@adm.BRL.MIL>, MUSIC01%UNIPAD.INFN.IT%ICINECA2.BITNET@cunyvm.cuny.edu writes: > we obtain a 'TOO MANY OPEN FILES' runtime message. I'm SURE that the program > does exactly what I told you. > Any suggestion? > > Thanks in advance.... You do not appear to be closing the files properly, and are running out of file buffers. If you need many files open at one time you can set the number of file buffers available to the system in CONFIG.SYS by 'FILES = n" (or is it 'BUFFERS = n'?) where n is the maximum number of files to be open at one time. Any DOS reference should be able to help. Breanndan