Wb-FreeKill 0 Posted October 14, 2004 It is possible to read cpu speed, how many RAM, and hdd space with autoit? Ore do i need to include som files, if then, witch and were to get? If you know, plz let me know Share this post Link to post Share on other sites
Jos 2,165 Posted October 14, 2004 It is possible to read cpu speed, how many RAM, and hdd space with autoit?Ore do i need to include som files, if then, witch and were to get? If you know, plz let me know<{POST_SNAPBACK}>Where is the fire ?? PSINFO from sysinternals can list all this info..... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
ezzetabi 3 Posted October 14, 2004 About CPU, no. About Memory, MemGetStats ( ) About HDD, DriveSpaceTotal ( ) and DriveSpaceFree ( ) For the CPU you may seek for some command line audit programs and read their output. Share this post Link to post Share on other sites
emmanuel 0 Posted October 14, 2004 About CPU, no.About Memory, MemGetStats ( )About HDD, DriveSpaceTotal ( ) and DriveSpaceFree ( )For the CPU you may seek for some command line audit programs and read their output.<{POST_SNAPBACK}>isn't all that stuff stored in the registry somewhere?bginfo from sysinternals will gather that info and put it in a DB, XLS or text file... "I'm not even supposed to be here today!" -Dante (Hicks) Share this post Link to post Share on other sites
Somerset 3,041 Posted October 14, 2004 msinfo32.exe Spoiler Share this post Link to post Share on other sites
this-is-me 6 Posted October 14, 2004 everest -> lavalys.com Who else would I be? Share this post Link to post Share on other sites
ezzetabi 3 Posted October 15, 2004 A gift from the heaven:http://www.autoitscript.com/forum/index.php?showtopic=5473 Share this post Link to post Share on other sites
trids 2 Posted October 15, 2004 Here's a scriptlet that uses psinfo from Sysinternals to audit a list of machines on a network. You can easily modify the script to include HDD usage or whatever else you need.http://www.autoitscript.com/forum/index.php?showtopic=5473HTH Share this post Link to post Share on other sites