Search results

  1. DoubleA7

    Run program at specific temperature then close it when temp. drops.

    Does Hwinfo return values for use in a batch script? That way I can run if statements depending on the temperature whilst the script stays running.
  2. DoubleA7

    Run program at specific temperature then close it when temp. drops.

    The only problem with this is that it will run the program every time the temperature is lower than 70, which runs it every few seconds, is there a way to run it only once? Like this: if the temperature increases over 90 run fan cooler then only if temperature decreased only after it...
  3. DoubleA7

    Run program at specific temperature then close it when temp. drops.

    Alerts? How do I set: If value >= 90 run program If Value < 70 close program I've done this for >= 90 but I don't know how to set the below 70 function. http://puu.sh/nTzY0/663418b67c.png I could use another variable - ex core max to set this but is it possible to set it using...
  4. DoubleA7

    Run program at specific temperature then close it when temp. drops.

    I want to run a program when my cpu hits 90°C (Which will rev up my fans) then close it when temp decreases to let's say 80°C. How would I go about this?
Back
Top