Post subject: BizHawk open command
Joined: 4/17/2017
Posts: 25
With emulators like FCEUX and SNES9x, I was able to write an AutoHotKey script that creates an EXE that runs a game just by double clicking it. The script runs the emulator (.exe file), then adds the -o command to open the ROM inside the emulator. The result is that the game starts instantly. I even give it a nifty icon :D But with BizHawk, the -o command doesn't seem to be working. I'm using the same script template, so I don't think I'm doing anything wrong. Does BizHawk use a command besides -o or am I going to have to look through my code again? I'm really hoping that's not the case, because the code is 1 line... XD
Masterjun
He/Him
Site Developer, Skilled player (1971)
Joined: 10/12/2010
Posts: 1179
Location: Germany
BizHawk/CommandLine wrote:
The desired ROM filename should be last.
In other words, just don't use the -o and put the ROM filename by itself after the BizHawk call.
Warning: Might glitch to credits I will finish this ACE soon as possible (or will I?)
Joined: 4/17/2017
Posts: 25
Ah, that's a good page. Thanks. Works like a charm now :D