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

  1. Explanation of the DEVICE command. 
  2. It is CONFIG.SYS.
  3.  
  4. This command will load different devices 
  5. into your computer's memory. For a complete 
  6. list of all the devices that can be loaded 
  7. into your computer's memory please refer to 
  8. you MS-DOS manual.
  9.  
  10. Example:
  11.        To load the ANSI.SYS device, which is 
  12.        in Drive A into your computers memory 
  13.        you would have to include the
  14.        following line in you CONFIG.SYS file:
  15.           device=a:ansi.sys
  16.