Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Fixed ESD Renaming - Bumped to Build 1014
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Apr 28, 2015
1 parent 0fb9f0f commit eff10f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions decrypt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo.
:: UPDATE SYSTEM
set "FILE=%~0"
set "FILEN=%~nx0"
set curver=1013
set curver=1014
call :updatesystem %*
if "%~1"=="/noupdate" shift
:: UPDATE SYSTEM
Expand Down Expand Up @@ -244,7 +244,7 @@ rmdir /s /q ISOFOLDER\
if "%~4"=="YES" (
IF EXIST "!ESD!.bak" (
del /f /q "!ESD!" >nul 2>&1
for /f "delims=" %%f in ("!ESD!") do ren "!ESD!.bak" %%~nf.esd
ren "!ESD!.bak" "!ESD!"
)
)
if "%~5"=="YES" (
Expand Down Expand Up @@ -347,7 +347,7 @@ exit /b
if exist ISOFOLDER\nul rmdir /s /q ISOFOLDER\
IF EXIST "!ESD!.bak" (
del /f /q "!ESD!" >nul 2>&1
for /f "delims=" %%f in (!ESD!) do ren "!ESD!.bak" %%~nf.esd
ren "!ESD!.bak" "!ESD!"
)
exit /b

Expand Down

0 comments on commit eff10f6

Please sign in to comment.