Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Expanded Memory

15 views
Skip to first unread message

Tom Ricketts

unread,
Sep 28, 2003, 7:57:42 PM9/28/03
to
I am still using an old version of Lotus 123 for DOS. In
Windows 98, I was able to access expanded memory in order
to open data files larger than conventional memory
allows. Is there any way to access expanded memory in a
DOS window in XP?

Thanks

Rich Barry

unread,
Sep 28, 2003, 8:32:32 PM9/28/03
to
Tom, there is no Dos in WinXP. It's built on NT technology.
"Tom Ricketts" <tyric...@hotmail.com> wrote in message
news:08eb01c3861c$4e07dbd0$a101...@phx.gbl...

DMMi

unread,
Sep 28, 2003, 10:28:04 PM9/28/03
to

"Tom Ricketts" <tyric...@hotmail.com> wrote in message
news:08eb01c3861c$4e07dbd0$a101...@phx.gbl...

I am not sure how your Lotus 123 for DOS determines that it has sufficient
memory. Suggest you try Windows Help and Support and enter - change pif -
in the search criteria. You will find directions on how to increase memory
for DOS programs.

May work or not.

Don


Alex Nichol

unread,
Sep 29, 2003, 3:08:58 PM9/29/03
to
Tom Ricketts wrote:

For best DOS conventional memory, and EMM support, edit the
windows\system32\config.nt and autoexec.nt files.

In config.nt have (apart from the large number of REM lines) just
EMM = B=4000 RAM
(note the exact spaces - either side of the first = and before RAM,
none next to the second =) and

dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40
(or higher files= if needed)

and in autoexec.nt have

REM Install DPMI support
lh %SystemRoot%\system32\dosx

with other earlier lh lines REM ed out, and then any SET or PATH lines
that may already be present at the end.

This should give about 612K for a program, run from a shortcut made to
its .exe file. R-click the shortcut, Properties and on the Memory page
you can set an explicit value - rather than Auto - for any EMM or XMS
memory it may need, and for initial environment space

--
Alex Nichol MS MVP (Windows Technologies)
Bournemouth, U.K. Al...@mvps.org

0 new messages