Skip to content

Commit

Permalink
Windows CMD: Added confirmation prompt with warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adambean committed Jan 24, 2021
1 parent eaa838a commit c45b9ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ IF NOT EXIST "!REPLACEMENT_PLAYER_MODEL_DIR_PATHNAME!\!REPLACEMENT_PLAYER_MODEL_



:confirm
CHOICE /C YN /T 30 /D N /M "[Warning] This Windows Batch script is not fully tested yet. Proceed at your own risk?"
IF %ERRORLEVEL%==2 GOTO end



:prepareResourceDirectories

ECHO.
Expand Down

0 comments on commit c45b9ad

Please sign in to comment.