bryantstevens
Programmer
Is there a way to detect and determine the status of installed hardware, i.e. ethernet cards, video card, etc.
I am editing/upgrading a program that needs to run a system health check and want to make sure various hardware components are installed and operating. The program currently parses an output file from the msinfo command, searching for a text string match of the exact name hard-coded into the program. This works great if you already know the hardware configruation. I am trying to make the program work with multiple hardware configs without knowing in advance what cards may be installed.
I am not a Java progammer! Any help would be greatly appreciated...
I am editing/upgrading a program that needs to run a system health check and want to make sure various hardware components are installed and operating. The program currently parses an output file from the msinfo command, searching for a text string match of the exact name hard-coded into the program. This works great if you already know the hardware configruation. I am trying to make the program work with multiple hardware configs without knowing in advance what cards may be installed.
I am not a Java progammer! Any help would be greatly appreciated...