What is a DRV file? A driver (DRV) is a program that interacts with a particular device or special (frequently optional) kind of software. The driver contains the special knowledge of the device or special software interface that programs using the driver do not. Driver is often packaged as a dynamic link library (DLL) file with the extension ".dll".
|