would you be able to help me make a .bat to the point where it would mount to one iso i put in the file?
then all i would have to do is change the name of the game if it mounts and problem solved.
Just an example, i know im not doing this right
@echo off
set game="D:\ROms\Sega Saturn\Roms\Alen Trilogy (USA).cue
set daemon="C:\Program Files\DAEMON Tools lite\DTlite.exe"
set emu="D:\Emulators\SSF LB\SSF.exe"
%daemon% -mount I, %game%
start /wait "" %emu%
%daemon% -unmount I