Author Topic: command line parameters  (Read 3369 times)

Offline abls1

  • New Member
  • *
  • Posts: 2
  • Karma: +0/-0
command line parameters
« on: May 25, 2015, 10:59:06 AM »
How do i set up the command line parameters for the systems supported?  I'm trying to run attracmode frontend but it will need the command line parameters to run FBA?

Thanks

Offline abls1

  • New Member
  • *
  • Posts: 2
  • Karma: +0/-0
Re: command line parameters
« Reply #1 on: May 25, 2015, 02:33:13 PM »
I figured it out its the same as mame in attracmode frontend

[name]

Code will be

# Generated by Attract-Mode 1.5.2
#
executable           c:\yourfolder\FBA\fba.exe
args                  [name]
rompath              D:\yourfolder\FBA\ROMs
romext               .zip
system               FINALBURN
info_source          thegamesdb.net
artwork    flyer           $HOME/FINALBURN/boxart
artwork    marquee         
artwork    snap            $HOME/FINALBURN/videos;$HOME/FINALBURN/snap
artwork    wheel 



« Last Edit: May 25, 2015, 02:35:20 PM by abls1 »