lh (用于将程序加载到高内存以释放常规内存)

秃噜豆儿 发表于 2020-06-23 14:20
浏览次数:
在手机上阅读

lh命令用于将程序加载到高内存以释放常规内存。该命令通常用在autoexec.bat文件中。

查看英文版

目录

1 lh 运行系统环境

2 lh 语法

3 lh 示例

lh 运行系统环境

Windows 95

Windows 98

MS-DOS 5.0 及以上版本

Windows NT

lh 语法

将程序加载到高端存储区。

LOADHIGH [drive:][path]file name [parameters]
LOADHIGH [/L:region1[,minsize1][;region2[,minsize2]...] [/S]][drive:][path]file name [parameters]
/L:region1[,minsize1][;region2[,minsize2]]

指定要在其中加载程序的内存区域。Region1指定第一个存储区域的编号;minsize1指定region1的最小大小(如果有)。

Region2和minsize2指定第二个区域的数量和最小大小(如果有)。您可以根据需要指定任意多个区域。

/S 程序加载时将UMB缩小到最小大小。
[drive:][path]file name 指定程序的位置和名称。

Loads a program into the upper memory area.

LOADHIGH [drive:][path]file name [parameters]
LOADHIGH [/L:region1[,minsize1][;region2[,minsize2]...] [/S]][drive:][path]file name [parameters]
/L:region1[,minsize1][;region2[,minsize2]]

Specifies the region(s) of memory in which to load the program. Region1 specifies the number of the first memory region;

 minsize1 specifies the minimum size, if any, for region1. 

Region2 and minsize2 specify the number and minimum size of the second region, if any. 

You can specify as many regions as you want.

/S Shrinks a UMB to its minimum size while the program is loading.
[drive:][path]file name Specifies the location and name of the program.

查看英文版

查看中文版

lh 示例

LH C:\MOUSE\MOUSE.COM

将鼠标驱动程序mouse.com 加载到更高的内存中。

LH C:\MOUSE\MOUSE.COM

Load the mouse driver mouse.com into higher memory.

查看英文版

查看中文版

其他命令行

label | listsvc | loadfix | lock and unlock | logoff | logon |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条