mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 23:43:40 +02:00
Update updater.bat
This commit is contained in:
parent
2a5a66f240
commit
1a534429f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue