//flex table opened by JP

Click to See Complete Forum and Search --> : Where is LOADHIGH stored?


canuck_mike
07-20-2000, 04:22 PM
Can anyone tell me where the statement LOADHIGH(LH) is found? I've read that it's placed in the AUTOEXEC.BAT file but I'm not 100% sure. Thanks!
Mike

OuTpaTienT
07-20-2000, 06:53 PM
Yeah, in autoexec.

Some items it's ok to loadhigh, others don't like it so well.

Here's a snipit from my autoexec.bat as an example:

LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001 /M:8 /V
LH C:\WINDOWS\COMMAND\DOSKEY.COM
C:\util\LOGITECH\MOUSE.EXE noini

canuck_mike
07-20-2000, 07:03 PM
Great!!! I wasn't quite sure! Thanks for clearing that up!!
Mike

blondini
07-21-2000, 02:34 AM
also in the system.ini under [386enh]ie.
[386Enh]
COMBoostTime=4
ConservativeSwapFileUsage=1
Com2Irq3Buffer=1024
ebios=*ebios
woafont=dosapp.fon
mouse=*vmouse
device=*dynapage
device=*vcd
device=*vpd
device=*int13
keyboard=*vkd
display=*vdd,*vflatd
PagingDrive=C:
MinPagingFileSize=204800
MaxPagingFileSize=204800
LocalLoadHigh=0
DMABufferSize=64
WPSLPT1=0

Glynn R Harris
07-21-2000, 02:47 AM
And of course, in config.sys, you use
DEVICEHIGH=
and load DOS high by going
DOS=HIGH
so, virtually anything you want to do can be done in the high area.