Skip to content

Commit

Permalink
Modify batch file to launch Python script with 'start' command
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongMods committed Oct 16, 2023
1 parent 8d9c225 commit fad41a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions start_game.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
setlocal

.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"

endlocal
start "" ".\strongmod\cpython\python.exe" .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"
pause
6 changes: 1 addition & 5 deletions start_game_extreme.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
setlocal

.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"

endlocal
start "" ".\strongmod\cpython\python.exe" .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"
pause

0 comments on commit fad41a4

Please sign in to comment.