Update updater.bat

This commit is contained in:
claustromaniac 2018-08-12 18:28:30 +00:00 committed by GitHub
parent 2a5a66f240
commit 1a534429f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ IF DEFINED _updateb (
REM * Delete the [updated]*.bat and *.bat.old scripts
REM * Begin the normal routine
FC "[updated]!_myname!.bat" "!_myname!.bat.old" >nul
IF ERRORLEVEL 1 (
IF NOT "!errorlevel!"=="0" (
CALL :message "Script updated to version !v!"
TIMEOUT 3 >nul
)