Jump to content

[SOLVED] launch_debug.bat (and probably others) fail to launch


photo

Recommended Posts

I suspect these lines are not working as expected.

 

setlocal EnableDelayedExpansion
set app=bin\My Game_x64d.dll

Simply changing this to:

set app="bin\My Game_x64d.dll"

Fixed the issue.

Edited by Phil_T
Link to comment
  • Phil_T changed the title to [SOLVED] launch_debug.bat (and probably others) fail to launch
×
×
  • Create New...