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 increased run terminate program
I've set up 2 batch files, one opens the program (Only allows 1 copy of program to run at once) and the other closes it (if it finds it running)
But I would not like it to run the close program bat for every temperature below 70.