First off I have Dolphin to play some Gamecube games on my laptop.It works well and this POS surprises me how well it plays most of the games I have,Oblivion being one of them.Yes before you tell me laptops svck,get a new graphics card,etc....I am well aware of it,right now I am unable to so I gotta make do with what I got.Dealing with the Dolphin I came across this little tidbit of text which I had to rename to .bat:
@ECHO off
TASKKILL /IM EXPLORER.EXE /F
color 0c
ECHO Dolphin Launcher V3, Created By MarioMadness. %2
pause
color 0a
ECHO NEVER CLOSE THE BAT FILE! %3
ECHO It Will Automatically Exit After Closing Dolphin %4
ECHO (Explorer.exe Will Automatically Load After closing Dolphin.) %5
start /high /wait Dolphin.exe
start explorer.exe
It worked well.Everytime I used it it ended explorer when I used Dolphin and turned it back on when I was done.I'm not computer savvy and so I turn to you guys here on the forums.
Now I've been looking into getting rid of as much background services,tasks,anything that svcks away at my resources.Since Explorer.exe eats up a chunk how could I reword this to the obseloader.exe,just change the names and turn it into a .bat?Or should it be rewritten entirely?And if so how?
Thanks