beautypg.com

Avery Dennison 6037 Rev. AA 3/04 Programmer Manual User Manual

Page 84

background image

4-42 ROM-DOS Internal Commands

I N S T A L L

CONFIG.SYS Command

The INSTALL command loads Terminate and Stay Resident (TSR)
programs during CONFIG.SYS processing.

Syntax

INSTALL = [drive:][path] TSR_Program TSR_Arguments

Remarks

The TSR program is loaded the same as if loaded from AUTOEXEC.BAT,
except that an environment is not created. The lack of an environment
may cause some programs to execute incorrectly. These programs must
be loaded from the AUTOEXEC.BAT file.

Example

INSTALL = C:\BIN\MOUSE.COM

Loads a mouse driver from CONFIG.SYS using INSTALL. Command line
arguments can be included.