Sha256: 522f8a82ab891f10570a10e1e46a27c6682f8319e5a5ab6bec3c8489d8fce4a0

Contents?: true

Size: 440 Bytes

Versions: 43

Compression:

Stored size: 440 Bytes

Contents

@ECHO OFF

:master

	:confirm
		CHOICE /C YN "Would you like to play Rock Paper Scissors?"
		if "%ERRORLEVEL%"=="1" CALL:process
		if "%ERRORLEVEL%"=="2" CALL:exiting
	GOTO:EOF
	
	REM start process
	:process
		START cmd.exe /K PlayRockPaperScissorsGame
		IF %ERRORLEVEL% EQU 9009 (
			ECHO error - cmd.exe file not found in your PATH
		)
	GOTO:EOF
	REM end process

	:exiting
		EXIT
	GOTO:EOF

GOTO:EOF

CALL:master

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
PlayRockPaperScissorsGame-2.2.0 exec/run.bat
PlayRockPaperScissorsGame-2.1.9 exec/run.bat
PlayRockPaperScissorsGame-2.1.8 exec/run.bat
PlayRockPaperScissorsGame-2.1.7 exec/run.bat
PlayRockPaperScissorsGame-2.1.6 exec/run.bat
PlayRockPaperScissorsGame-2.1.5 exec/run.bat
PlayRockPaperScissorsGame-2.1.4 exec/run.bat
PlayRockPaperScissorsGame-2.1.3 exec/run.bat
PlayRockPaperScissorsGame-2.1.2 exec/run.bat
PlayRockPaperScissorsGame-2.1.1 exec/run.bat
PlayRockPaperScissorsGame-2.1.0 exec/run.bat
PlayRockPaperScissorsGame-2.0.9 exec/run.bat
PlayRockPaperScissorsGame-2.0.8 exec/run.bat
PlayRockPaperScissorsGame-2.0.7 exec/run.bat
PlayRockPaperScissorsGame-2.0.6 exec/run.bat
PlayRockPaperScissorsGame-2.0.5 exec/run.bat
PlayRockPaperScissorsGame-2.0.4 exec/run.bat
PlayRockPaperScissorsGame-2.0.3 exec/run.bat
PlayRockPaperScissorsGame-2.0.2 exec/run.bat
PlayRo2kPaperScissorsGame-2.0.2 exec/run.bat