I think it might come from the line in the xml file :
Code: Select all
<System>
<Name>Demul</Name>
<AppPath>C:\Emulation\Demul\demul.exe</AppPath>
<RomPath>C:\Emulation\Demul\roms</RomPath>
<SnapPath></SnapPath>
<VidPath />
<Emu selected="0">
<Cmd id="0" name="DEmul (AutoIt)" value=""%path\%file%ext"" />
</Emu>
<Extensions>.zip</Extensions>
<Active>False</Active>
<Script>False</Script>
<Database>False</Database>
</System>
I tried with the command line and demul require that one :
Code: Select all
demul -run=SYSTEM -rom=NAME
Code: Select all
demul -run=naomi -rom=virnba
I assume the command line in the xml file should be that ?
Code: Select all
<Cmd id="0" name="DEmul (AutoIt)" value=""-run=naomi -rom=%path\%file%ext"" />