Dolphin, the GameCube and Wii emulator - Forums

Full Version: Kill switch for Dolphin and OC'ing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So as most of you know i have been playing with OC'ing and I i did something i thought was pretty cool. Im sure someone has done it before but if not i guess ill be the first Smile

So i got RealTemp and was playing with it and notice it has an alarm setting and that you can use an EXE or BAT file for the alarm so i figured the only reason they would do this is so you could shut down the proggy your working with before your BIOS kicks you PC off. So i wrote a little .BAT file to kill dolphin and stuck it in there to go off at 95Deg C. So no more PC shut downs if i push it to hard while im trying to figure out how FAR i can push my CPU. Thought i would toss the .BAT up here for anyone who didint know how to write them.

Type this into a Notepad and save as "all files" and save it "Yourname.bat"

@echo off
taskkill /F /IM Dolphin.exe


I've used this method since i play with Dolphin Wink Well, good idea though. (For all users who don't know this method)