Jump to content

Recommended Posts

Posted

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? :lmao: 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? o:) :">

FootbaG
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...