Win2K Program too big to fit in memory - TechRepublic
General discussion
August 30, 2000 at 01:18 PM
tech

Win2K Program too big to fit in memory

by tech . Updated 25 years, 9 months ago

I’m calling a bat file from within a bit of code written in a dos based database program. When called from within the code the error message “Program too big to fit in memory” is generated. I can see only part of the command line of the bat file on the screen – like it cannot complete the command. The bat file then fails to function.

However, if I “shell to DOS” (the same process the call to the bat file does) and run the bat file it excutes perfectlly.

I’ve modified config.nt to read:
dos=high, umb
device=%SystemRoot%\system32\himem.sys
EMM = A=20 RAM
FILES=50
buffers=50

Is there a way to determine that I am using this config.nt file? These changes have not solved the problem.

Any other clues?

Thanks,

JOHN

This discussion is locked

All Comments