" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">

                                 INSTALL

Purpose: Allows executing some programs at the stage of configuration file
         processing.

Syntax:  INSTALL = [/e] [drive:] [path]filename [parms],

Parameters:
parms - command line that will be transferred to a program
/e    - creates a program environment allocated in the higher memory.

Note:
     When loading a program, the system creates an unique environment
available to this program and located ,as a rule, before its beginning.
Running resident programs which free the memory before exiting, leads to
memory fragmentation. Using the /e key provides a programm enviroment
located after the program code. Therefore, no memory fragmentation occurs
when freeing the environment block.