0

I am converting an old Foxpro2 DOS app and for reference I have the foxpro app running in a Windows XP VPC. Certain application flows cause a Too many files open error. Any ideas on how to resolve this? I have tried adding FILES=200 in config.sys as suggested in one blog post but that doesn't work, maybe because this a virtual PC.

sreimer
  • 4,913
  • 2
  • 33
  • 43

1 Answers1

1

I seem to remember that the Windows\System32\config.nt file should contain the settings for FILES= and BUFFERS= on WinNT PCs.

Jerry
  • 6,357
  • 8
  • 35
  • 50