add "hit any key to exit" pause at end of install

This commit is contained in:
Lincoln Stein 2023-02-21 20:03:08 -05:00
parent 5a4967582e
commit 9b1a7b553f
2 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,8 @@ del /q .tmp1 .tmp2
@rem -------------- Install and Configure ---------------
call python .\lib\main.py
pause
exit /b
@rem ------------------------ Subroutines ---------------
@rem routine to do comparison of semantic version numbers

View File

@ -31,3 +31,4 @@ if [ -z "$PYTHON" ]; then
fi
exec $PYTHON ./lib/main.py ${@}
read -p "Press any key to exit"