layer Posted January 28, 2005 Posted January 28, 2005 hey, i was wondering, is there a way to get CPU with autoit? i tried reading the text from the Windows Task Manager but it didnt give back the cpu usage, it barley gave back any info... sooo, i was wondering if autoit or a batch file could do it? i know that a windows dll could co it, i think, but i want to make my own dll instead... so if autoit cant do it, or a batch file, then my last resort will be writing a dll, and im sure a few of you know why C++ is my last resort any ideas? :"> FootbaG
upnorth Posted January 28, 2005 Posted January 28, 2005 While 1 $blah = StatusbarGetText ("Windows Task Manager","",2) ToolTip($blah) Sleep(10) WEnd
Wb-FreeKill Posted January 28, 2005 Posted January 28, 2005 While 1 $blah = StatusbarGetText ("Windows Task Manager","",2) ToolTip($blah) Sleep(10) WEnd<{POST_SNAPBACK}>very interesting! but how could you get that information, without having the Task Manager open?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now