Skip to content

Commit 297f544

Browse files
committed
Don't pause win-*.bat when run from command line
1 parent 3c1d88d commit 297f544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

win-create-projects.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ set SCRIPTFILE="%TEMP%\CreateMyShortcut.vbs"
1818
cscript //nologo %SCRIPTFILE%
1919
del /f /q %SCRIPTFILE%
2020

21-
pause
21+
if %0 == "%~0" pause

win-install-data.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ if /I "%ANSWER%"=="y" (
1111
utils\premake5 install_resources
1212
)
1313

14-
pause
14+
if %0 == "%~0" pause

0 commit comments

Comments
 (0)