No, I couldn’t get that to work either. It’s complaining about not being able to find a bios file if I try with a cmd file (seems like MAME or Retroarch is looking in the wrong spot for the bios file, and I can’t figure out how to tell it to look in the right spot)
But, why would you do it that way? Thats adding an extra file/step thats not needed. If you set it up in the folder structure described, it’ll work without a cmd file, just point to the game. I tried about 5 other games, and they all worked like a charm using the method I posted.
Edit: I figured it out. XEGS / Atari 810 has some weird command line options. I’m not really sure what they all do (my guess is there just different disk drive types you can plug into the XEGS) but here’s what they are:
SYSTEM SLOT NAME SLOT OPTIONS SLOT DEVICE NAME
---------------- ---------------- ---------------- ----------------------------
xegs sio a1050 Atari 1050 Dual Density Disk Drive
a810 Atari 810 Disk Drive
cassette Atari 8 bit cassette
All of the options seem to boot the game.
Command file would contain the following:
xegs -sio a810 commando -rp ".../path_to_games/my_game_folder/"
or
xegs -sio cassette commando -rp ".../path_to_games/my_game_folder/"
or
xegs -sio a1050 commando -rp ".../path_to_games/my_game_folder/"
Game folder structure would be:
...path_to_games/my_game_folder (folder)
commando.zip (game file)
xegs.zip (bios file)
atari810.zip (bios file)
atari1050.zip (bios file)
The cmd file could then be anywhere. You can launch the cmd file directly in RA or from the command line.