Does there exist a program (which when give very simple command-line arguments) can call "other" emulators using more complicated commands?, .i.e., similar to a BAT file but more powerful.
For example, such a program could:
- uncompress *.zip & *.7z roms for emulators that do not have support.
- automatically mount CD images for emulators which are not capable.
- have a script language for complex command-line arguements and modification of emulator *.ini files
- force the emulator into fullscreen and possibly make ESC key work as expected.
- support for multiple emulators for a single system.
As many of you know, some front-ends support this sort of stuff, for example:
- Gamebase contains a script language (Gemus) which can modify emulator *.ini files and can form complex (game dependent) command-line arguments.
- LusSpace FE has support for the Goodtools "Goodmerged" 7-zip sets.
- Mamewah has pre- & post- commands for executing other programs like WinIPAC.
- A few front-ends give you the option to uncompress a rom before sending it to the emulator.
I think this is an idea that would "level the playing field" in the battle between the FE authors. What do you guys/gals think?