From 29da8e53593392f54dd438c93e6e67fe5a1ea93d Mon Sep 17 00:00:00 2001 From: The Oddball Date: Fri, 13 Jan 2017 08:17:39 -0600 Subject: [PATCH 1/2] Update Latest.bat --- scripts/Latest.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Latest.bat b/scripts/Latest.bat index 2ee46775..8d59ec86 100644 --- a/scripts/Latest.bat +++ b/scripts/Latest.bat @@ -109,5 +109,5 @@ IF EXIST "%root%NadekoBot\" (GOTO :backupinstall) RMDIR /S /Q "%installtemp%" >nul 2>&1 ECHO. ECHO Installation complete, press any key to close this window! - PAUSE >nul 2>&1 + timeout /t 5 del Latest.bat From 22bc4a6c000472bf7e6bece90eb2b92ee5d4da07 Mon Sep 17 00:00:00 2001 From: The Oddball Date: Fri, 13 Jan 2017 08:18:03 -0600 Subject: [PATCH 2/2] Update Stable.bat --- scripts/Stable.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Stable.bat b/scripts/Stable.bat index bef9df85..a2016889 100644 --- a/scripts/Stable.bat +++ b/scripts/Stable.bat @@ -109,5 +109,5 @@ IF EXIST "%root%NadekoBot\" (GOTO :backupinstall) RMDIR /S /Q "%installtemp%" >nul 2>&1 ECHO. ECHO Installation complete, press any key to close this window! - PAUSE >nul 2>&1 + timeout /t 5 del Stable.bat