命令行大全

loadfix

秃噜豆儿 发表于 2020-06-23 15:05浏览次数:

loadfix命令将所要执行的程序装入常规内存的前64KB之上,并确保该程序顺利执行。

查看英文版

目录:

1 loadfix 运行系统环境

2 loadfix 语法

3 loadfix 示例

loadfix 运行系统环境

Windows 95

Windows 98

Windows xp

Windows 2000

MS-DOS 5.0 及以上版本

Windows NT

Windows ME

loadfix 语法

将程序加载到内存的前64 K以上,然后运行该程序。

LOADFIX [drive:][path]file name

如果在尝试将其加载到内存不足时收到消息“打包文件已损坏”,请使用loadfix加载程序。

Loads a program above the first 64 K of memory, and runs it.

LOADFIX [drive:][path]file name

Use LOADFIX to load a program if you have received the message "Packed file corrupt" when trying to load it in low memory.

查看英文版

查看中文版

loadfix 示例

LOADFIX C:\MOUSE\MOUSE.COM

将鼠标驱动程序mouse.com 加载到内存的前64 K以上。

LOADFIX C:\MOUSE\MOUSE.COM

Load the mouse driver mouse.com above the first 64 K of memory.

查看英文版

查看中文版