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

  1. Explanation of the DEVICEHIGH command. 
  2. It is CONFIG.SYS.
  3.  
  4. This command will help you load your 
  5. devices into extended or expanded memory.
  6.  
  7. Example:
  8.        To load your ANSI.SYS device, which
  9.        is located in drive A,into the 
  10.        extended/expanded memory of your 
  11.        computer, you would have to include 
  12.        the following line in your
  13.        CONFIG.SYS file:
  14.             devicehigh=a:ansi.sys
  15.