Install Ü
   ßßßßßßßß

 Installs a memory-resident program into memory when you start FreeDOS.
 You can use this command only in your CONFIG.SYS file.

 Syntax: INSTALL=[drive:][path]filename [command-parameters]

   [drive:][path]filename
     Specifies the location and name of the memory-resident program you
     want to run.

   command-parameters
     Specifies parameters for the program you specify for filename.

 Notes

 Install does not create an environment for the program it loads.  There-
 fore, slightly less memory is used if you load a program with 
 rather than from AUTOEXEC.BAT.  Some programs might not run correctly
 if they are loaded with install.  Do not use install to load programs
 that use environment variables or shortcut keys that require COMMAND.COM
 to be present to handle critical errors.