There is a limit to the number of disk files that can be open at one time. This error has the following causes and solutions:
The MS-DOS operating system limits the number of files that can be in the root directory, usually 512. If your program is opening, closing, or saving files in the root directory, change your program so that it uses a subdirectory.
Increase the number specified in the files= setting in your CONFIG.SYS file and restart your computer.
On the Macintosh, the standard limit is 40 files. This limit can be changed using a utility to modify the MaxFiles parameter of the boot block.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).