LOADHIGH (LH)--Examples
The following command loads the DOSKEY program into the upper memory area
and specifies that MS-DOS should load the driver into region 1:
loadhigh /l:1 c:\dos\doskey
The following command loads the MYPROG.EXE program into region 1, and also
gives it access to upper memory regions 3 and 4:
lh /L:1;3;4 c:\programs\myprog.exe
The following command loads the MYPROG program into conventional memory
(region 0) and also gives it access to upper memory region 1:
loadhigh /l:0;1 c:\programs\myprog.exe
|