Click to See Complete Forum and Search --> : maximum files that can be open


CecileR
May 24th, 2001, 12:45 AM
I have a Visual Basic program that call a DOS program. This DOS program reads file of up to 400 files but after 196 files, it can't read anymore.
the program is in C. I use fclose and fflush for every reading of file but it doesn't give the solution.
How can I set the maximum number of files that can be open?

I have set the autoexec.bat with "FILES=400"
but yet it went the same error.
Pls..I need ur any help.
Thanks

cecile

The more u read, the more u do not know

Iouri
May 24th, 2001, 07:19 AM
I think that the problem is with your memory not with a quantity of files. Check the system monitor when you are running your program.

Iouri Boutchkine
iouri@hotsheet.com