Skip to content

Commit

Permalink
Update Everything.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuck committed Jun 23, 2024
1 parent d1c3455 commit 3883384
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions Everything.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:: Github: https://github.com/hieuck/curl-uri-wget-download-setup ::
:: Facebook: https://www.facebook.com/ZzhieuhuhongzZ/ ::
:: Donate to me: Vietcombank - 9966595263 - LE TRUNG HIEU ::
:: MoMo - 0966595263 - LE TRUNG HIEU ::
:: ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@ECHO OFF
Expand Down Expand Up @@ -90,12 +91,19 @@ set "NoticeOption="
REM MenuChoice Configuration
setlocal EnableDelayedExpansion

:: Extracting the necessary parts from LinkFromGithub
for /f "tokens=1,2 delims=-." %%a in ("%LinkFromGithub%") do (
set "prefixLFG=%%a"
set "versionLFG=%%b"
)

:menu
set "Menu1=Official Website"
set "Menu2=My Github"
set "Menu3=My Dropbox"
set "Menu4=My OneDrive"

REM Use the pattern "2. %Menu2% & echo." !MenuOptions!3. %Menu3%" to break the line.
set "MenuOptions="
if not "!LinkFromGithub!"=="" (
set "MenuOptions=!MenuOptions! 2. %Menu2%"
Expand Down Expand Up @@ -156,7 +164,7 @@ if "%choice%"=="1" (
set "LinkForOldWindows32bit="
set "LinkForOldWindows64bit="

set "Link=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/Setup/%LinkFromGithub%"
set "Link=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/Setup/%prefixLFG%/%LinkFromGithub%"
set "LinkForAllWindows32bit="
set "LinkForAllWindows64bit="
goto NextStepAfterChosen
Expand Down Expand Up @@ -358,7 +366,12 @@ if /i "%Extract7z%"=="Yes" (
REM Set up information related to software cr4cking
if /i "%License%"=="Yes" (
set "Admin=Yes"
set "Cr4ckLink=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/Cr4ck/!Cr4ckFile!.rar"
:: Extracting the necessary parts from Cr4ckFile
for /f "tokens=1,3 delims=-" %%a in ("%Cr4ckFile%") do (
set "prefix=%%a"
set "suffix=%%b"
)
set "Cr4ckLink=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/Cr4ck/!prefix!!suffix!/!Cr4ckFile!.rar"
set "Link7zdll=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/7z/7z.dll"
set "Link7zexe=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/7z/7z.exe"
if /i "%ARCH%"=="x86" (
Expand Down

0 comments on commit 3883384

Please sign in to comment.