Discussion:
Which Win32API I can call to get computer model
(too old to reply)
Txj
2008-03-15 08:16:04 UTC
Permalink
I want computer model in my AutoIT script
language(http://www.autoitscript.com), it can call Win32API, Which Win32API
I can call to get computer model.


Thanks
Nathan Mates
2008-03-15 16:42:57 UTC
Permalink
Post by Txj
I want computer model in my AutoIT script
language(http://www.autoitscript.com), it can call Win32API, Which Win32API
I can call to get computer model.
You can get rough information about the CPU by calling these
functions:
http://msdn2.microsoft.com/en-us/library/ms724482(VS.85).aspx
http://msdn2.microsoft.com/en-us/library/ms724509(VS.85).aspx You're
not going to get the model name written on the front of your computer,
though.

Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein
Loading...