beautypg.com

Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 128

background image

3-70 ROM-DOS 6.22 User Manual

7/9/98

I N S T A L L

CONFIG.SYS

Purpose

Loads Terminate and Stay Resident (TSR) programs during
CONFIG.SYS processing.

Syntax

INSTALL = [d:\][path] TSR_Program TSR_Arguments

Remarks

The TSR program is loaded much 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.

Examples

INSTALL = c:\BIN\MOUSE.COM

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