Well, I'm trying to find the vbscript to get a list of my drivers isntalled in my computer, if someone knows something please let me know!! thx to all!
WMI really doesn't provide much of an interface to Device Manager. You could always write some VBScript to use DEVCON.EXE to gather the information for you using the driverfiles switch?
stonggm you are correct, sorry I'm from argentina, my english somethime is not as good as it use to be , but as you said is DRIVERS not DRIVES...
I'm still lost with this, I can't find the corrct way to get them!
Start by getting devcon.exe if you don't already have it. Next work with devcon.exe to understand what it can do. Then look at the .Run method of the WshShell object to run devcon.exe with whatever command line parameters you decide you need.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.