Skip to content

Commit

Permalink
Don't pause win-*.bat when run from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jun 10, 2020
1 parent 3c1d88d commit 297f544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win-create-projects.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ set SCRIPTFILE="%TEMP%\CreateMyShortcut.vbs"
cscript //nologo %SCRIPTFILE%
del /f /q %SCRIPTFILE%

pause
if %0 == "%~0" pause
2 changes: 1 addition & 1 deletion win-install-data.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if /I "%ANSWER%"=="y" (
utils\premake5 install_resources
)

pause
if %0 == "%~0" pause

0 comments on commit 297f544

Please sign in to comment.