oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DEVICE
Notes  Example
────────────────────────────────────────────────────────────────────────────
 
                                   DEVICE
 
Loads the device driver you specify into memory. You can use this command
only in your CONFIG.SYS file.
 
Syntax
 
    DEVICE=[drive:][path]filename [dd-parameters]
 
Parameters
 
[drive:][path]filename
    Specifies the location and name of the device driver you want to load.
 
[dd-parameters]
    Specifies any command-line information required by the device driver.
 
Related Command
 
For information about loading device drivers into the upper memory area, see
the <DEVICEHIGH> command.
 
                                      ♦