Computer and Software Support


DOS Command 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).

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

This page is from http://www.easydos.com. I pasted it on my website to avoid possible broken links. For further help with DOS commands, Check easydos.com out.