PDA

View Full Version : Search for a System Driver



asingh
09-09-2008, 08:04 AM
Hi,

What code can be used to search for a specific driver on the user system.

I suppose want to search for a driver called "xxx_driver"..??

thanks a lot for the help,


asingh

Kenneth Hobs
09-09-2008, 08:29 AM
What is the filename? It is typically a DLL file. If you are using v2003, you can use FileSearch. Otherwise, a recursive FileScripting method may be needed. A search of the c:\Windows\System32 for the DLL can be done using DIR of course.