Welcome!
Final Burn Neo => FBN Discussion => Topic started by: whatever000 on May 21, 2025, 11:18:15 PM
-
Is it possible to generate all dats (instead of individually) from the commandline and make it silent so that the fbneo gui does not run ?
-
https://github.com/finalburnneo/FBNeo/commit/02d685fac9d96c43d3cb649a1cbc7827fd8cd011
This feature has been implemented.
cmdline:
fbneo -listinfoall
or
fbneo -listxmlall
-
Hi taoenwen
Thanks for the implement. The export all feature works except for being silent. Parts of the gui still run. More specifically, the first run dialog, accepting the license agreement, and the roms scanning, not the whole fbneo gui
-
The license thing isn't skippable, but the other stuff should be fixed :)
-
Okay, I'll take it further.
-
https://github.com/finalburnneo/FBNeo/commit/7a9a05b5cda9594597b40101ea49d7be321aa6f8
If the command line input is correct, the ROMs scan at startup is skipped
Open the dialog box to select the path and save the lists
AppName -listinfoall
AppName -listxmlall
Silently export the lists to the same directory as the App
AppName -listinfoall -s
AppName -listxmlall -s
Silent output lists to the specified path (path must exist)
AppName -listinfoall -<path>
AppName -listxmlall -<path>
AppName -listinfoall d:
AppName -listinfoall "d:\cc nn uu"
AppName -listinfoall 123
AppName -listinfoall ..\dew
-
Tested and working. Great work and thanks very much :cool:
-
taoenwen, very nice! :)
-
Thank you, sir!