exec/run.bat in PlayRockPaperScissorsGame-2.2.0 vs exec/run.bat in PlayRockPaperScissorsGame-2.2.1
- old
+ new
@@ -2,11 +2,11 @@
:master
:confirm
CHOICE /C YN "Would you like to play Rock Paper Scissors?"
- if "%ERRORLEVEL%"=="1" CALL:process
- if "%ERRORLEVEL%"=="2" CALL:exiting
+ IF "%ERRORLEVEL%"=="1" CALL:process
+ IF "%ERRORLEVEL%"=="2" CALL:exiting
GOTO:EOF
REM start process
:process
START cmd.exe /K PlayRockPaperScissorsGame
\ No newline at end of file