Jump to content

Check Processor Usage


Recommended Posts

Got it!

$cpu = 100
    
    while $cpu > 35
        $cpu = StatusbarGetText("Windows Task Manager", "", 2)
        $len = StringLen($cpu)
        $cpu = StringTrimLeft($cpu, 11)
        $cpu = StringTrimRight($cpu, 1)
        $cpu = Int($cpu)
        sleep(1000)
    wend
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...