Attract-Mode Support Forum

Related Stuff => Emulators => Topic started by: Galaxcius on August 26, 2017, 12:19:40 PM

Title: How to run a bs-x game by bat file?
Post by: Galaxcius on August 26, 2017, 12:19:40 PM
Hello friends of the forum,

I'm trying to start a game in bsnes-plus by the bat file and I'm not succeeding.
Start a bs-x cartridge game but only the bios is started and not start the rom, I call the emulator, the bios and the rom. But it does not work, I need help.
I am using the command line passing the bios and rom path as an argument:

bsnes.exe "C:\SNESBSX\Bios\Bs-X (US).sfc" "C:\SNESBSX\Roms\F Zero (JP).zip"

I already researched all the ways, but I did not get an answer, remembering that I have to choose the bios and the game for the game to be selected.
I thank you from my heart.
Title: Re: How to run a bs-x game by bat file?
Post by: hermine.potter on August 27, 2017, 11:05:21 PM
@Galaxcius
tested this commandline successful (get latest v0.91 from here (https://code.google.com/archive/p/bsnes/downloads); works to me):
Code: [Select]
bsnes.exe "Path_to_your_rom_folder\your_romfile.smc"
and
Code: [Select]
bsnes.exe "Path_to_your_rom_folder\your_romfile.zip"

i'm use bsnes only for one game (see (http://forum.attractmode.org/index.php?topic=365.0)).
maybe zsnes (http://www.zsnes.com/) and snes9x (http://www.snes9x.com/) are for you (i'm using zsnes for snes gaming).