help.hlp (Table of Contents; Topic list)
INSTALL--Example
Syntax  Notes
────────────────────────────────────────────────────────────────────────────
 
                              INSTALL──Example
 
Suppose you want to install FASTOPEN.EXE, located in the DOS directory on
drive C, from your CONFIG.SYS file instead of from your AUTOEXEC.BAT file or
the command line. In addition, you want to specify that Fastopen is to track
the opening of up to 100 files and directories on drive C. To do this,
include the following command in your CONFIG.SYS file:
 
    install=c:\dos\fastopen.exe c:=100
 
                                      ♦