@jedione
>config your emulator-system like this in AM:
executable C:\attract\EMU\dreamcast\nullDC_Win32_Release-NoTrace.exe
args -config nullDC:Emulator.Autostart=1 -config ImageReader:LoadDefaultImage=1 -config ImageReader:DefaultImage="[romfilename]"
rompath C:\attract\EMU\dreamcast\roms
romext .cdi
>Your batch-file:
Of course you have to enter the path to your games too
from : -config ImageReader:DefaultImage="Cannon.Spike-RDC.cdi"
to : -config ImageReader:DefaultImage="C:\myDreamcastGamesFolder\Whatever\Cannon.Spike-RDC.cdi"
>Offtopic in batch programming:
Instead of writing one command line in batch, you can enter a kind of line break with ^-character (so it's better arranged and easier to read).
both works of course:
ping 127.0.0.1 -t
ping ^
127.0.0.1 ^
-t
%~dp0 tells the path, that you've started the batch/.bat-file