Computing.Net > Forums > Disk Operating System > MS Memmaker.exe

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

MS Memmaker.exe

Reply to Message Icon

Name: Valerie (by Garibaldi)
Date: January 4, 2004 at 13:50:55 Pacific
OS: Dos 7.1
CPU/Ram: 486/4mb
Comment:

When I use MS Memmaker.exe (selecting the Express setup) it appears to execute without fault. the following lines are written to autoexec.bat and config.sys respectively: c:\dos\memmaker.exe\session:24887 and device=c:\dos\ckstate.sys /s : fr1/24887. When I reboot I get a full page warning that memmaker.exe has terminated without completion and options are given to restart memmaker or continue. Restarting produces the same warning on the next boot, Continuing throws up no problems. Deleting the entries in autoexec & config.sys stops the warning from appearing. Can anyone shine a light on this problem please??

Thanks

V...



Sponsored Link
Ads by Google

Response Number 1
Name: Wengier
Date: January 4, 2004 at 14:33:32 Pacific
Reply:

Never seen any warnings while using memmaker. Any virus, hardware problems, incorrect configuration in CONFIG.SYS, or file corruption?


0

Response Number 2
Name: Valerie (by Garibaldi)
Date: January 4, 2004 at 16:01:30 Pacific
Reply:

Hi Wengier - kinda hoped you would pick up this one.

No recognised virus probs, pc is not conn to Internet although transfers by floppy do occur - scan with McAfee shows no infection.

No known hardware probs - everything working perfectly.

Config.sys shows no error message - everything loading normally.

File corruption - well.. sorry, don't know about that one. The error message seems to be generated by ckstat as it appears before all other checks & loading.

I will re-install Dos 7.1 and try again.

Thanks

V...


0

Response Number 3
Name: Wengier
Date: January 4, 2004 at 16:44:08 Pacific
Reply:

Valarie,

You can try download the latest DOS install CD from:

http://newdos.yginfo.net/dosware/dos71cd.zip

This now includes Memory Maker (MEMMAKER) as a standard DOS add-on, which can be installed automatically during DOS installation if you choose to install it (of course I have already tested this MEMMAKER Add-On for many times, so it should work fine).


0

Response Number 4
Name: Valerie (by Garibaldi)
Date: January 4, 2004 at 23:25:57 Pacific
Reply:

Thanks Wengier - unfortunately I do not have a CDR so rely on floppies.

Is it possible that I have simply run out of extended memory space?

The message I get on warm and cold boot up is:
"Your computer was restarted before MemMaker finished optimizing your system's memory. If your computer was restarted accidentally, or if you are not sure why MemMaker was interrupted, choose 'Continue'

If you restarted your computer because it was not working properly, choose 'Exit & undo changes' to restore your original system files. Then see the Troubleshooting section of the 'Making more memory available' chapter in the MS-DOS User's Guide"


The message I get when re-starting MemMaker is:
"MemMaker has been run on your computer before, but did not finish optimizing your computer's memory. To optimize your computer's memory choose 'Restart Optimization'. MemMaker will then restart the optimization process. To undo changes.......etc. etc."

Every time I have run MemMaker it appears to terminate normally.

My Config.sys file is:

DEVICE=C:\DOS71\CHKSTATE.SYS /S:FR1 /22513
DEVICE=C:\DOS71\HIMEM.SYS
DEVICE=C:\DOS71\EMM386.exe NOEMS
BUFFERS=30,0
FILES=30
DOS=UMB
LASTDRIVE=E
FCBS=4,0
DOS=HIGH
DEVICEHIGH /L:1,17408 =C:\DOS71\SETVER.exe
DEVICEHIGH /L:1,9712 =C:\DOS71\ANSI.SYS
DEVICEHIGH /L:1,18112 =C:\DOS71\DISPLAY.SYS CON=(EGA,437,1)
DEVICEHIGH /L:1,11264 =C:\DOS71\VIDE-CDD.SYS /D:IDE-CD
SHELL=COMMAND.COM /P /E:640
NUMLOCK=OFF
STACKS=9,256
BREAK=ON
SWITCHES=/W

Autoexec.bat is:

@ECHO OFF
PATH C:\WINDOWS;C:\DOS71;\C:\DOS
MODE CON RATE=32 DELAY=1
LH /L:1,14624 DOSLFN /Z:C:\DOS71\CP437UNI.TBL
LH /L:1,2912 KILLER
LH /L:1,6144 DOSKEY
LH /L:1,27952 MSCDEX /D:IDE-CD
LH /L:0;1,45584 /S SMARTDRV 1024
LH /L:0;1,3328 /S CTMOUSE
LH /L:1,5536 C:\DRIVER\HERCULES\VESA

REM For compatiblity purpose:
CTMOUSE > NUL
BREAK ON
LFNFOR ON
SET SOUND=C:\VIBRA16
SET BLASTER=A220 I5 D1 H5 P330 T6
SET MIDI=SYNTH:1 MAP:E
SET DIRCMD=,/ON/P
SET COPYCMD=/Y
C:\VIBRA16\DIAGNOSE /S
C:\VIBRA16\MIXERSET /P /Q
setkeys.bat
C:\DOS71\MEMMAKER.exe /SESSION:22513


Thanks

V...


0

Response Number 5
Name: michdaugh
Date: January 5, 2004 at 01:57:05 Pacific
Reply:

Just take out that last line from your autoexec.bat .

C:\DOS71\MEMMAKER.exe /SESSION:22513

It appears memmaker has optimized your files correctly. There's no need for it to run again.

HTH,
Michael


0

Related Posts

See More



Response Number 6
Name: Wengier
Date: January 5, 2004 at 04:11:55 Pacific
Reply:

Valerie,

"setkeys.bat
C:\DOS71\MEMMAKER.exe /SESSION:22513

So, from your AUTOEXEC.BAT, I know exactly why that happens!!

Just change the second last line of AUTOEXEC.BAT from:

"setkeys.bat"

to:

"call setkeys.bat"

Then it should work!!

The reason for this is: Then AUTOEXEC.BAT executes the line "setkeys.bat", it will run setkeys.bat and WILL NOT return AUTOEXEC.BAT any more, so the last line of your AUTOEXEC.BAT (i.e. "C:\DOS71\MEMMAKER.exe /SESSION:22513") will NOT be executed at all! That's why when you reboot your system next time, that full screen message will be shown (by CHKSTATE.SYS)! This is the main difference between with or without the "CALL" command!


0

Response Number 7
Name: Wengier
Date: January 5, 2004 at 04:15:56 Pacific
Reply:

P.S. I don't know why you inserted a line "setkeys.bat" instead of "call setkeys.bat" into the end of AUTOEXEC.BAT yourself, so that's why most of us have never seen this problem while MEMMAKER is optimizing our system.


0

Response Number 8
Name: Valerie (by Garibaldi)
Date: January 5, 2004 at 14:01:19 Pacific
Reply:

Wengier. Of course you are right - another stupid oversight on my part. Thank you very very much.

Michdaugh. I have used your tip as a "get around" for the problem which you will see can be laid fully on my stupid error. Thank you for your input.

Cheers

V...


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: MS Memmaker.exe

Please help me....Where can I download the MEMMAKER.EXE file ? www.computing.net/answers/dos/please-help-mewhere-can-i-download-the-memmakerexe-file-/1666.html

memmaker.exe download www.computing.net/answers/dos/memmakerexe-download/3049.html

MS Dos 6.22 www.computing.net/answers/dos/ms-dos-622/13716.html