Directly go back when asked to press key to ignore opening support page

This commit is contained in:
WindowsAddict 2025-05-06 19:53:15 +05:30
parent d47a750bad
commit 93cf3864f5
10 changed files with 10 additions and 0 deletions

View file

@ -1488,6 +1488,7 @@ if defined fixes (
call :dk_color %White% "Follow ALL the ABOVE blue lines. "
call :dk_color2 %Blue% "Press [1] to Open Support Webpage " %Gray% " Press [0] to Ignore"
choice /C:10 /N
if !errorlevel!==2 exit /b
if !errorlevel!==1 (for %%# in (%fixes%) do (start %%#))
)