From 29da8e53593392f54dd438c93e6e67fe5a1ea93d Mon Sep 17 00:00:00 2001 From: The Oddball Date: Fri, 13 Jan 2017 08:17:39 -0600 Subject: [PATCH] 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