loueradun Posted November 25, 2020 Share Posted November 25, 2020 I have a launcher for BigBox. One of the important things it does is wait for BigBox to close before executing some cleanup scripts. I seem to no longer be able to wait for the BigBox process to finish. If I call BigBox like this from the command prompt: "start /wait C:\Games\Emulators\LaunchBox\BigBox.exe" one would expect it should wait for BigBox to close before continuing, but this no longer works as it did in prior versions. I can only assume it is because it is launching BigBox as another process and closing the initial one that launched it. Can anyone point me in the right direction? Is there a command I can pass to force it to not close the initial process? Any help would be appreciated so I can properly fix my launcher plugin. Quote Link to comment Share on other sites More sharing options...
jayjay Posted November 25, 2020 Share Posted November 25, 2020 Try changing your path to C:\Games\Emulators\LaunchBox\Core\BigBox.exe 1 Quote Link to comment Share on other sites More sharing options...
loueradun Posted November 26, 2020 Author Share Posted November 26, 2020 On 11/24/2020 at 9:32 PM, jayjay said: Try changing your path to C:\Games\Emulators\LaunchBox\Core\BigBox.exe Exactly what I needed. Thank you kind sir. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.