FoxPro under XP

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

I am attempting to run an old DOS based app under XP.
Every time it starts up it gives me a warning that
config.sys has files set to 20 and it must be at least
100. I have edited the config.nt file and set it, but the
message still occurs. When I try to use the app it errors
out with a message that says too many files are open.
What can I do?
 
Keith,
This sounds like a FPD programmer that was too "smart" and didn't anticipate the application running under NT/W2K/XP. The program may actually be reading the CONFIG.SYS file to determine the FILES setting. (And if it does find one with a FILES statement it assumes the defalt of 20! <s>)Since XP doesn't use this file, try just creating one with FILES=200 and maybe it'll be "happy", and the OS won't care!

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top