INSTALL

The description below is from the book
DOS the Easy Way by Everett Murdock Ph.D.

CLICK HERE for information about downloading the book.

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 about the INSTALL command, see Chapter 6, Tips for Advanced Users, in the downloadable book DOS the Easy Way.

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