• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 503 504 505 506 507 ... 1189 Next »

dolphin help bat file
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
dolphin help bat file
12-27-2014, 02:15 AM
#1
lolaya Offline
Junior Member
**
Posts: 31
Threads: 5
Joined: Oct 2010
hi for all

how to play game by .bat?

code?
Find
Reply
12-27-2014, 06:08 AM
#2
lolaya Offline
Junior Member
**
Posts: 31
Threads: 5
Joined: Oct 2010
(12-27-2014, 02:15 AM)lolaya Wrote: hi for all

how to play game by .bat?

code?

run game form bat
Find
Reply
12-27-2014, 07:34 AM (This post was last modified: 12-27-2014, 07:39 AM by haddockd.)
#3
haddockd Offline
Dolphin Addict
*****
Posts: 838
Threads: 31
Joined: Jun 2011
Nice lolaya...

To run from bat (I am doing this from memory because I am not in front of my emulation machine), my code looks something like this:

cd\
g:\emulation\dolphin (or wherever your dolphin install is)
dolphin.exe \e "path to ROM to run"

My setup is a little more involved and I dont know if yours is or not. I have a custom frontend I made and I run the bat from my frontend app. It looks something like this:

*click the proper ROM from my frontend (see pic below)*.

[Image: Untitled.png]

For this example I will pretend I am running Super Mario Galaxy. I also have separate Dolphin folders per game so I can customize settings. I know there are better ways to do it but this works for me Smile

So in my example, I click Super Mario Galaxy and my frontend runs a bat file called Dolphin.bat which looks like this:

Code:
cd\
g:\emulation\Dolphin
cd %1
Dolphin.exe /e %2


Where %1 is the directory of the game I want to play from and %2 is the name/location of the ROM

So what the bat runs is actually g:\emulation\Dolphin\Super Mario Galaxy\Dolphin.exe /e "g:\emulation\ROMs\Wii\Super Mario Galaxy.iso
i5-8600K @ 4.5 GHz
GeForce GTX 1080 SC2
ASRock Z370 Taichi LGA 1151
CORSAIR Vengeance LPX 16GB 2400 DDR4
SAMSUNG 970 EVO M.2 500GB PCIe SSD
Indigo Xtreme TIM
Phanteks Pro ES614P Black Steel Case
EVGA SuperNOVA 750W PSU
Windows 10 64-bit
Find
Reply
01-11-2015, 12:10 AM
#4
lolaya Offline
Junior Member
**
Posts: 31
Threads: 5
Joined: Oct 2010
THANK YOU MY brotherSmile ♥
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode