![]() |
|
Kill switch for Dolphin and OC'ing - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Kill switch for Dolphin and OC'ing (/Thread-kill-switch-for-dolphin-and-oc-ing) |
Kill switch for Dolphin and OC'ing - jagernaut - 04-22-2012 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 ![]() 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 RE: Kill switch for Dolphin and OC'ing - DefenderX - 04-22-2012 I've used this method since i play with Dolphin Well, good idea though. (For all users who don't know this method) |