We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9c225 commit fad41a4Copy full SHA for fad41a4
start_game.bat
@@ -1,6 +1,2 @@
1
-setlocal
2
-
3
-.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"
4
5
-endlocal
+start "" ".\strongmod\cpython\python.exe" .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"
6
pause
start_game_extreme.bat
-.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"
+start "" ".\strongmod\cpython\python.exe" .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"
0 commit comments