home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / config / device / help.hlm < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  18 lines

  1.     DEVICE=[d:][pathname]filename[.ext] [options . . .]
  2.  
  3. [d:][pathname]filename[.ext] is the device driver program. 
  4.  
  5. A device driver is a program used to control (drive) a peripheral device. 
  6. DOS has a built-in set of drivers for the devices usually found on a computer. 
  7. When a device is added, a device driver for it may need to be installed. DOS 
  8. provides separate drivers for this purpose. A new hard disk, for example, may 
  9. need a device driver. Sometimes a separately purchased device will have its 
  10. own driver, like a monitor that comes with its own ANSI.SYS driver replacement.
  11. Some versions of DOS have a command called EXE2BIN, that can convert .EXE 
  12. programs into .SYS files. Some drivers can use extended or expanded memory. 
  13. See the NEW_TERMS MEMORY topic for a description of these types of memory.
  14.  
  15. Each time the computer is booted, DOS will load each device driver configured 
  16. by a DEVICE line into memory, and it will remain in memory as long as the 
  17. computer is running. 
  18.