Sha256: 739d3cacfb408d6573314ffcc279e010f6a879a9c9d836a7a1d2e9d9ad83409b
Contents?: true
Size: 408 Bytes
Versions: 5
Compression:
Stored size: 408 Bytes
Contents
@ECHO OFF :master :confirm CHOICE /C YN "Would you like to uninstall RPS?" IF "%ERRORLEVEL%" == "1" CALL:process IF "%ERRORLEVEL%" == "2" CALL:exiting GOTO:EOF :process START cmd.exe /K gem uninstall PlayRockPaperScissorsGame IF %ERRORLEVEL% EQU 9009 ( ECHO error - cmd.exe file not found in your PATH ) GOTO:EOF :exiting EXIT GOTO:EOF GOTO:EOF CALL:master
Version data entries
5 entries across 5 versions & 1 rubygems