INSTALL


Type: Internal (4.0 and later)

Syntax:

INSTALL=[d:][\path]\filename [parameters]

Purpose: Used in the CONFIG.SYS file to load memory-resident programs into conventional memory.

Discussion

In the past, INSTALL may have saved you a little bit of memory because it does not create an environment when it loads a program. With DOS 6.0 an environment is created, so the extra memory is no longer gained by using the INSTALL command (memory-resident programs can still be loaded from the AUTOEXEC.BAT file). For more information on the INSTALL command, refer to Chapter 6, Tips for Advanced Users.

DOS includes the following memory-resident programs that can be loaded using INSTALL: FASTOPEN.EXE, KEYB.COM, NLSFUNC.EXE, and SHARE.EXE.

Option

parameters - Specifies any parameters that are required by the memory-resident program.

Example

To load the DOS KEYB.COM utility, located in the DOS directory on drive C, in memory, enter

install=c:\dos\keyb.com


Back to the Easy DOS Command Index