Memory available to DOS...

S

Steven

Is there any way to increase the amount of memory
available at a DOS prompt?

Here's what I'm dealing with:

C:\>mem

655360 bytes total conventional memory
655360 bytes available to MS-DOS
525528 largest executable program size

1048576 bytes total contiguous extended memory
947250 bytes available contiguous extended memory
941056 bytes available XMS memory
MS-DOS resident in High Memory Area

C:\>

The machine has 1GB of RAM.
I have an old DOS-based application that NEEDS at least
620124 bytes available to MS-DOS in order to even run.
I've tried using the shell command in the config.nt file
and even tried manually shelling out to DOS with the /e
and the /p commands, but to no avail.

Is there something I'm missing?

Thanx.
 
M

Mark V

In said:
Is there any way to increase the amount of memory
available at a DOS prompt?

Here's what I'm dealing with:

C:\>mem

655360 bytes total conventional memory
655360 bytes available to MS-DOS
525528 largest executable program size

1048576 bytes total contiguous extended memory
947250 bytes available contiguous extended memory
941056 bytes available XMS memory
MS-DOS resident in High Memory Area

C:\>

The machine has 1GB of RAM.
I have an old DOS-based application that NEEDS at least
620124 bytes available to MS-DOS in order to even run.
I've tried using the shell command in the config.nt file
and even tried manually shelling out to DOS with the /e
and the /p commands, but to no avail.

Is there something I'm missing?

Run mem /c
and see what's loaded. Possibly un-needed items like
MSCDEXNT
REDIR
Although I do not know what the absolute maximum low memory size
attainable is.
 
J

Jerold Schulman

Is there any way to increase the amount of memory
available at a DOS prompt?

Here's what I'm dealing with:

C:\>mem

655360 bytes total conventional memory
655360 bytes available to MS-DOS
525528 largest executable program size

1048576 bytes total contiguous extended memory
947250 bytes available contiguous extended memory
941056 bytes available XMS memory
MS-DOS resident in High Memory Area

C:\>

The machine has 1GB of RAM.
I have an old DOS-based application that NEEDS at least
620124 bytes available to MS-DOS in order to even run.
I've tried using the shell command in the config.nt file
and even tried manually shelling out to DOS with the /e
and the /p commands, but to no avail.

Is there something I'm missing?

Thanx.


See all of tip 6041 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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

Similar Threads

Memory at DOS prompt... 2
Memory 5
Memory question 4
Mem shows less then installed memory? 5
Dos Box Memory 1
DOS applications running under Win XP 2
EMS memory for old DOS games 1
using expanded memory 1

Top