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

Commit

Permalink
Proper Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Apr 26, 2015
1 parent f8cf025 commit 417a34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decrypt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ echo.
echo ESD Decrypter / Converter to ISO - Based on the script by abbodi1406
echo Made with love by gus33000 - Copyright 2015 (c) gus33000 - Version 1.0
echo.
if not "%~s1"=="/noupdate" (
if not "%~1"=="/noupdate" (
PING -n 3 gus33000.github.io|find "Reply from " >NUL
IF ERRORLEVEL 1 echo [Info] No Internet Connection found, couldn't check for updates
IF NOT ERRORLEVEL 1 call :autoupdate %*
)
if "%~s1"=="/noupdate" shift
if "%~1"=="/noupdate" shift
if exist "%~s1" goto AUTO
if "%1"=="/?" goto help
if "%1"=="/Mode:1" goto :PARSE1
Expand Down

0 comments on commit 417a34a

Please sign in to comment.