** FIXED THE BELOW PROBLEM **
I delayed the batch file running and also removed the command parameters. So I ended up with a batch file that said:
rem sleeping for 20000 milliseconds (20 seconds)
rem PING 111.111.111.111 -n 1 -w 15000 >NUL
timeout /t 15
cd /d "D:\LaunchBox\Emulators\DirectOutput\"
start "" "D:\LaunchBox\Emulators\DirectOutput\DOFLinx.exe"
Hope it helps someone in the future
Hi all,
If I go into my DirectOutput folder and double-click DOFLinx.exe then it starts up fine.
However, I would (ideally) like it to start up DOFLinx when my PC boots up.
I made a batch file with this in it:
cd /d "D:\LaunchBox\Emulators\DirectOutput\"
start "" "D:\LaunchBox\Emulators\DirectOutput\DOFLinx.exe" DISABLEDOF=YES "PATH_INI=D:\LaunchBox\Emulators\DirectOutput\"
This starts up DOFLinx but gives me the following error:
Has anyone any ideas on what I’m doing wrong?
Many thanks
You need to login in order to like this post: click here