ok setting it to launchbox performs the same action so it has to be altered to load one game by each bat. how would i go about doing inserting this with this equation? for example D:/Roms/Sega Saturn/Roms/alien trilogy (Usa).cue
@echo off
set game=%1%
set daemon="C:\Program Files\DAEMON Tools Lite\DTLite.exe"
set emu="D:\Emulators\SSF LB\SSF.exe"
%daemon% -mount 0, %game%
start /wait "" %emu%
%daemon% -unmount 0
I was guessing i had to put the rom path in between %1%? Lol. I know im wrong as hell.
If this works and mounts it, im going to create like 32 .bat files for the each game and set it.
BTW, I Appreciate u helping me so far.