home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / CINSTALL.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  375 b   |  14 lines

  1. Explanation of the INSTALL command. 
  2. It is CONFIG.SYS.
  3.  
  4. This command will load Memory-resident 
  5. programs when you start up your computer. 
  6. It can only be used with other MS-DOS 
  7. programs.
  8.  
  9. Example: 
  10.        To insatll fastopen as memory-resident 
  11.        you would type the following into your
  12.        CONFIG.SYS file:
  13.          install=c:\dos\fastopen c:=48 d:=48
  14.