CompuServe Thread

#Trouble loading mscdex

5 messages in this thread
#18950From: John HagginsMar 6, 1992 10:57 PM
I am tryin to load mscdex in hi-ram using qemm386 and can't get it to load here is the offending line of my autoexec.bat file c:\qemm\loadhi /r:1 c:\cdmenu\mscdex /D:NECCD /L:E /M:10 I've tried loads of combinations – nothing works, any ideas? John
#18967From: kevin kellyMar 7, 1992 10:14 AM
John, altho' there isn't anything on loadinghi with QEMM, you might look over LASER2.TXT in Lib #4 for some ideas; it does discuss some of the _challenges_ of loadinghi with DOS that might trigger something for you. Kevin–
#18968From: Frank/Lisa RichardsMar 7, 1992 10:23 AM
John, Mscdex doesn't like to go high. I've never managed it. One thing to try is the /E switch, which tells MSCDEX to put its buffers in expanded memory. This will shave a little off the required space. Frank
#18984From: ROBERT HUNTERMar 7, 1992 6:27 PM
John, I don't know about QEMM, but MSCDEX doesn't mind loading high on my system. I use 386MAX, with the following command: 386load size=23136 prgreg=2 flexframe prog=e:\ll\mscdex.exe /d:sony_001 /l:g /m:8 /e The MSCDEX.EXE version is dated 7/23/91 Robert
#19006From: Lawrence AronovitchMar 8, 1992 9:51 AM
I've had no problem using QEMM to load MSCDEX high if I use the /E parameter. Are you sure you have enough memory up there to take the program? Lawrence