I would like to implement a simple inventory system. When user click a button, the user’s computer configuration (RAM, CPU, HDD size, etc…) will be sent to that system.
One major problem is, how can I get the processor speed? I’ve searched this forum and MSDN, there is an API (GetSystemInfo) to get the processor type, but seems no way to get the speed.
This is going to be more of an OS-level API question than Notes/Domino question. I would suggest you check the various operating system API forums out there.
That being said, once you obtain a DLL or other API library that will allow you to obtain the information you want you should be able to incorporate that into script farily easily. The Designer help has various bits about declaring and calling external functions, and there are various threads around this forum (and the R5 forum) that will assist you as well.