i mounted a game manually, (Mounted it to I) as what i have in the .bat, and the game i clicked in launchbox started with no problem. the problem is where if i dont mount it manually, i get disc empty..hmm
Once Again My Settings are
@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 I, %game%
start /wait "" %emu%
%daemon% -unmount I