finalburnneo / FBNeo

FinalBurn Neo - We are Team FBNeo.
http://neo-source.com
Other
908 stars 358 forks source link

Could you explain how to extract all Dats without launching the emulator, please #332

Closed newton9278 closed 4 years ago

newton9278 commented 4 years ago

Hello, it is to create a batch for rom managers : RomVault, ClrMamePro, Romulus.... What MS-Dos command ? Thanks for your help Best Regards, Newton

dinkc64 commented 4 years ago

it will have to be done for each system, since it's going to be in a batch file, that will not be a problem.

fbn -listinfo > arcade.dat fbn -listinfomdonly > megadrive.dat fbn -listinfopceonly > pce.dat fbn -listinfotg16only > tg16.dat fbn -listinfosgxonly > sgx.dat fbn -listinfosg1000only > sg1000.dat fbn -listinfocolecoonly > coleco.dat fbn -listinfosmsonly > sms.dat fbn -listinfoggonly > gamegear.dat fbn -listinfomsxonly > msx.dat fbn -listinfospectrumonly > speccy.dat fbn -listinfonesonly > nes.dat fbn -listinfofdsonly > fds.dat

that's all

newton9278 commented 4 years ago

Thanks a lot Dink ! 💯 Best Regards