I need to retrieve the OS, computer name, CPU (and speed of CPU) and the amount of RAM. Can anyone help me!? Maybe .net? I don't mind how I retrieve it I just need it :)
Thanks.
Printable View
I need to retrieve the OS, computer name, CPU (and speed of CPU) and the amount of RAM. Can anyone help me!? Maybe .net? I don't mind how I retrieve it I just need it :)
Thanks.
I try to get System info across the DLl object, but is hard, because I not know which dll have the function that I need.
In MMF 1.5 was more easy whit DMC2 object, SuperPlugin Object, Power App Lite, etc. but these object no working in MMF2.
You can try with ActiveX controls.
Well so far i've found a couple of things in the registry, so theres a good place to look.
The ferret Sys object got all this in MMF 1.5 I would really love to see this in MMF2.. You might be able to use the DLL object to get the info from an XP DLL.
Well I tried using a dll or 2, but they kept reporting some wrong data (such as RAM and some stupid dll that gave a computer name as something in Chinese). But ive got all of the others from the registry.
Use the pipe object to RUN 'set' this will tell you;
OS
everything about the CPU
computer name
however RAM is not held as a value; because it changes to often, and requires an evaluation every time you want to check it... I'm not sure how to get RAM information but it won't be simple.
Best of Luck.