is it possible to check graphics driver from command line?

G

Guest

Guest
im writing a basic script to install drivers. is it possible to check to see if the windows default VGA driver is in use from a command line batch file? i would like to check to see if it is use and if it is to execute a series of driver installations.
 
Solution
more simple just creating a batch file with drivers to be installed. Some systems, just the video card might need drivers installed, so even a 'batch' file is useless.
G

Guest

Guest


This is for a variety of computers. i have everything i need. Except a way to check if windows is using the default driver or not then return a value. This is a just part of a larger project.