This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
4,293 additions
and
10,809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@echo off | ||
(NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1 | ||
pushd "%~dp0" && cd %~dp0 | ||
IF [%1] EQU [/nochkup] goto :noup | ||
IF [%1] EQU [-nochkup] goto :noup | ||
goto :update | ||
|
||
:noup | ||
shift | ||
goto :continue | ||
|
||
:update | ||
call Updater.bat | ||
goto :continue | ||
|
||
:continue | ||
IF [%1] EQU [/?] goto :help | ||
IF [%1] EQU [-?] goto :help | ||
IF [%1] EQU [-help] goto :help | ||
IF [%1] EQU [/help] goto :help | ||
goto :execute | ||
|
||
:help | ||
Powershell -executionPolicy Bypass -command Get-Help ".\bin\ESDISO.ps1" %2 | ||
exit /b | ||
|
||
:execute | ||
Powershell -executionPolicy Bypass -File ".\bin\ESDISO.ps1" %* | ||
exit /b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
@echo off | ||
(NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1 | ||
pushd "%~dp0" && cd %~dp0 | ||
IF [%1] EQU [/nochkup] goto :noup | ||
IF [%1] EQU [-nochkup] goto :noup | ||
goto update | ||
|
||
:noup | ||
shift | ||
goto :continue | ||
|
||
:update | ||
call Updater.bat | ||
goto :continue | ||
|
||
:continue | ||
IF [%1]==[] goto :help | ||
IF [%1] EQU [/?] goto :help | ||
IF [%1] EQU [-?] goto :help | ||
IF [%1] EQU [-help] goto :help | ||
IF [%1] EQU [/help] goto :help | ||
goto :execute | ||
|
||
:help | ||
Powershell -executionPolicy Bypass -command Get-Help ".\bin\Rename-ISOs.ps1" %2 | ||
exit /b | ||
|
||
:execute | ||
Powershell -executionPolicy Bypass -File ".\bin\Rename-ISOs.ps1" %* | ||
exit /b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
@echo off | ||
(NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1 | ||
pushd "%~dp0" && cd %~dp0 | ||
IF [%1] EQU [/nochkup] goto :noup | ||
IF [%1] EQU [-nochkup] goto :noup | ||
goto update | ||
|
||
:noup | ||
shift | ||
goto :continue | ||
|
||
:update | ||
call Updater.bat | ||
goto :continue | ||
|
||
:continue | ||
IF "%1"=="" goto :help | ||
IF [%1] EQU [/?] goto :help | ||
IF [%1] EQU [-?] goto :help | ||
IF [%1] EQU [-help] goto :help | ||
IF [%1] EQU [/help] goto :help | ||
goto :execute | ||
|
||
:help | ||
Powershell -executionPolicy Bypass -command Get-Help ".\bin\Rebuild-ISO.ps1" %2 | ||
exit /b | ||
|
||
:execute | ||
Powershell -executionPolicy Bypass -File ".\bin\Rebuild-ISO.ps1" %* | ||
exit /b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
@echo off | ||
(NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1 | ||
pushd "%~dp0" && cd %~dp0 | ||
IF [%1] EQU [/nochkup] goto :noup | ||
IF [%1] EQU [-nochkup] goto :noup | ||
goto update | ||
|
||
:noup | ||
shift | ||
goto :continue | ||
|
||
:update | ||
call Updater.bat | ||
goto :continue | ||
|
||
:continue | ||
IF "%1"=="" goto :help | ||
IF [%1] EQU [/?] goto :help | ||
IF [%1] EQU [-?] goto :help | ||
IF [%1] EQU [-help] goto :help | ||
IF [%1] EQU [/help] goto :help | ||
goto :execute | ||
|
||
:help | ||
Powershell -executionPolicy Bypass -command Get-Help ".\bin\Convert-ESDISO.ps1" %2 | ||
exit /b | ||
|
||
:execute | ||
Powershell -executionPolicy Bypass -File ".\bin\Convert-ESDISO.ps1" %* | ||
exit /b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@echo off | ||
(NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1 | ||
pushd "%~dp0" && cd %~dp0 | ||
goto :continue | ||
|
||
:continue | ||
IF [%1] EQU [/?] goto :help | ||
IF [%1] EQU [-?] goto :help | ||
IF [%1] EQU [-help] goto :help | ||
IF [%1] EQU [/help] goto :help | ||
goto :execute | ||
|
||
:help | ||
Powershell -executionPolicy Bypass -command Get-Help ".\updater\updater.ps1" %2 | ||
exit /b | ||
|
||
:execute | ||
Powershell -executionPolicy Bypass -File ".\updater\updater.ps1" %* | ||
exit /b |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.