From c82a1278bc558db1ce685d8e532939c0861b1db5 Mon Sep 17 00:00:00 2001 From: Blomblo <63555404+mrblomblo@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:46:02 +0000 Subject: [PATCH] Increased time that error messages show From 1 to 2 seconds --- run.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.bat b/run.bat index 3730d1a..e698265 100644 --- a/run.bat +++ b/run.bat @@ -52,7 +52,7 @@ IF NOT "%URL:~0,4%"=="http" IF NOT "%URL:~0,5%"=="https" ( cls color 04 echo Invalid URL format. Please use http://, https://, or www. - timeout 1 /NOBREAK >NUL + timeout 2 /NOBREAK >NUL cls color 07 goto s @@ -84,7 +84,7 @@ REM Gives the user a warning if the input is invalid cls color 04 echo Error: Invalid format. Please enter MP3 (a), MP4 (v), or FLAC (m). -timeout 1 /NOBREAK >NUL +timeout 2 /NOBREAK >NUL cls color 07 goto a @@ -122,7 +122,7 @@ REM Gives the user a warning if the input is invalid cls color 04 echo Error: Invalid input, please choose either Yes (y) or No (n) -timeout 1 /NOBREAK >NUL +timeout 2 /NOBREAK >NUL cls color 07 goto l