Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

My batch file skills are really bad... so maybe someone can help me here.

I'm switching over to using MESS for 7800 emulation. The problem I have right now is that some roms are PAL and some are not and there are two different systems in MESS for dealing with this. So I need to right a simple batch file that will look at the filename and run one system if it has PAL in it, or run the other if not.

Anyone out there that can tell me how to do this?

Posted

I can't do a batch file, but I can script something for you. Please provide examples of filenames, and their respective commands. Unless of course someone does a batch for you first...

Posted

I thought about that Tom, but I'm using the 7-zip support so I would rather keep all the roms in one folder.

Tempest... What I was thinking was if I could take the rom that is extracted from GameEx and look if it contains '(PAL)' then I would need to run 'mess.exe a7800p -cart "[ROMPath]\[RomFile]"'

If it doesn't then I need to run 'mess.exe a7800 -cart "[ROMPath]\[RomFile]"'

Guest
This topic is now closed to further replies.
×
×
  • Create New...