We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 805a806 + 4fdd640 commit e6a8913Copy full SHA for e6a8913
1 file changed
BattleBitEACFix.bat
@@ -197,10 +197,10 @@ echo.
197
CHOICE /C YN /M "Do you want to reboot your PC (recommended)"
198
199
IF %ERRORLEVEL% EQU 1 (
200
- shutdown /s /f /t 0
+ shutdown /r /f /t 0
201
) ELSE IF %ERRORLEVEL% EQU 2 (
202
echo.
203
echo [31m[!][0m Rebooting your PC is highly recommended, do it before opening BattleBit.
204
)
205
206
-pause
+pause
0 commit comments