user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 0a976605067bd41130c37f21f1e14368850079b1
parent 3737b65f5392caec75d78a18797e8c59be5c103a
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Wed, 29 Nov 2017 23:20:00 +0100

updater.bat v3.0 FINAL

THE REAL FUCKING DEAL this time - finally! THANKS @claustromaniac !!
Diffstat:
Mupdater.bat | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/updater.bat b/updater.bat @@ -56,9 +56,10 @@ IF DEFINED _updateb ( ) ) ELSE ( IF EXIST "!_myname:~9!.bat" ( - DEL /F "!_myname:~9!.bat" + REN "!_myname:~9!.bat" "!_myname:~9!.old" CALL :begin REN "!_myname!.bat" "!_myname:~9!.bat" + DEL /F "!_myname:~9!.old" EXIT /B ) ELSE ( ECHO.