I have followed step by step the guide, but am having trouble with the batch file. when I am launching the game from within launchbox all I get is a window that opens and closes very quickly (a black dos / command line window) and nothing else happens. All my game files are in 'vldp' folder and 'vldp_dl' folder. I am changing the relevant text to suit my setup, (resloution is 1600 x 1200 and my Daphne folder is on my "D" drive in a folder called 'EMULATORS', so the path changed to - D:\EMULATORS\Daphne?. So my batch file looks like this:
@echo off set Passed=%1 For %%A in ("%Passed%") do ( Set Name=%%~nA ) echo.Name is: %Name% Daphne.exe %Name% vldp -fullscreen -x 1600 -y 1200 -framefile "D:\EMULATORS\Daphne\vldp\%Name%\%Name%.txt"
I come normally a apple mac user so still trying to find my way round the new PC stuff!! And know nothing about batch files, Sorry! I have also managed to grab a shot of the window that quickly pops up which I have attached also, hope someone can help!
Just to mention I have tested every game and confirm they all work outside of launchbox through the daphne emulator. So hopefully it is something that I am not doing correctly with the batch file.