I need a way of getting some detailed system info into a script that will write a text file. I won't go into huge detail now but for example, at present we have within MS:
etc.OS_VER
Operating System
WIN_DIR
Windows Directory Path
SYS_DIR
Windows System Directory Path
I did a search and found some other system variables like NUMBER_OF PROCESSORS etc. But MS doesn't seem to recognise them (which is fair enough - this is not a complaint of course).
So I thought about simply calling the systeminfo from command line but it really gives too much information, although not some of the info I need.
To be more specific - what I need are things like:
OS
CPU Type
CPU Speed
Graphics Card
Sound Card
+ Some other misc info
I also looked at some VB commands but as usual they blew my mind LOL.
So, has anyone any suggestions?
This is for a little project that I am sure everyone would find very interesting. It's to do with comparing performance of systems used for digital audio work.
I am planning to integrate it into a WordPress site and display the data in a table etc. But the front end will be a MSched Application.
Thanks in advance for any hints.
PS. I found this:
http://support.microsoft.com/kb/300887
But it doesn't seem to work as expected. It looks like it may be possible to call msinfo and write text file with specific categories but I cannot get it to do anything other than bring up eth big system info application.
Cheers,