Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

too many files open 1

Status
Not open for further replies.

fdrco

Programmer
Dec 13, 2001
3
AR
Hi, I have programs in clipper and when I want run this exes in windows2000 or me, I can`t. The error is too many files open, I have set files in config.sys but I hear sonething about system.ini.
Can you help me?
Thanks,
Fdrco.
 
In win2k you have to put the following:
in config.nt (located in c:\winnt\system32)
files=100
buffers=40

in autoexec.nt (located in c:\winnt\system32)
Set clipper=F75 (or E:75 or whatever your app requires)

the config.sys and the autoexec.bat will not help you, instead look for config.nt and autoexec.nt (Same applies to windows NT family)

Good Luck
TeknoSDS
 
In Windows me, you have to put the following line in the System.ini

Under [386Enh] (or something like that)
Pervmfiles=199


That will take care of the Winme problem

TeknoSDS

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top