Dolphin, the GameCube and Wii emulator - Forums

Full Version: Windows Explorer shortcuts to specific games
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Eurynomos

Hey,
I want to have Windows shortcuts to specific games.
Is there some way that I can either open the .iso files directly with Dolphin and have them launch straight away, without having to open the Dolphin application?
Or could I have a specific Dolphin shortcut to launch the game without going to the Dolphin main window, the way Steam handles it's shortcuts?
Thanks,
Eury.
There's one way I know of.

Go to your Dolphin Directory and create a new txt file. In that, type this:

Code:
@echo off
start Dolphin.exe /e "PATH TO GAME FILE HERE" (Example: "C/:WiiGames/Mario Game.ISO")

Save the file, and then change the name to Mario Game.BAT (use the game name, so you know what game the bat file will be running).

Now, create a shortcut to that bat file wherever you want, and run that file. It will launch dolphin and the game.

To link to another game, just copy and paste that file and change the path to another game.
You can just use a regular shortcut with the above added.

Eurynomos

Works perfect, thanks people.

Darklynx

i like http://scottrice.github.io/Ice/
Its just makes the shortcut for you in steam.
and using steam UI (more so in big picture mode) makes it kind of purdy. (and a little more console like)