Paxar Gold 6037EX Printer User Manual


 
4-42 ROM-DOS Internal Commands
INSTALL
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.