Skip to content

Commit fad41a4

Browse files
committed
Modify batch file to launch Python script with 'start' command
1 parent 8d9c225 commit fad41a4

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

start_game.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
setlocal
2-
3-
.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"
4-
5-
endlocal
1+
start "" ".\strongmod\cpython\python.exe" .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"
62
pause

start_game_extreme.bat

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
setlocal
2-
3-
.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"
4-
5-
endlocal
1+
start "" ".\strongmod\cpython\python.exe" .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"
62
pause

0 commit comments

Comments
 (0)