I mean, within Launchbox you can provide a command line parameter.
The following works to start games (loader) when I test them individually as ‘Extra Command Line parameters’:
Galaxians () "atom -rp “H:\LaunchBox\Games\Acorn Atom” -flop1 “%romfile%” -autoboot_delay “2” -autoboot_command "dos\ndir\ncat\n*run"galaxi"\n""
Hardhat Harry (**) “atom -rp “H:\LaunchBox\Games\Acorn Atom” -flop1 “%romfile%” -autoboot_delay “2” -autoboot_command “dos\ndir\ncat\nrun"LOADER”\n”"
The following doesn’t work Chuckie Egg “atom -rp “H:\LaunchBox\Games\Acorn Atom” -flop1 “%romfile%” -autoboot_delay “2” -autoboot_command “dos\ndir\ncat\nrun"runme”\n”" (and all others with the runme don’t work)
However…the command line you provide applies to ALL games. So the last part of the autoboot command should be variable, whether it is a shortname of the game, loader or runme
I’ve tried adding it to the custom command line parameter per game
So Galaxians should pick up the custom command line settings which I tested as working. But it doesn’t. It just checks what is configured in the default command line and then still gives the loader command instead of galaxi.
Then I tried using cmd files, for instance H:\RetroArch\retroarch.exe -L “H:\RetroArch\cores\mame_libretro.dll” “atom -rompath “H:\LaunchBox\Games\Acorn Atom” -flop1 “H:\LaunchBox\Games\Acorn Atom\atom\galxians.zip” -autoboot_delay “2” -autoboot_command “dos\ndir\ncat\nrun"galaxi”\n”
But then it doesn’t find my files. Says required files are missing. Through command line it doesn’t seem to pick up the atom.opt file. When I check it seems to be reading from mame.opt
So, games run. But I want to find a way which makes all games run without having to change the command line every time. I’ll post this to the LB forum after I’ve done experimenting with it myself. You already helped a lot in getting me on the way. So again, thanks very much for that!!


















