Skip to content

Commit

Permalink
tối ưu code
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuck committed Jun 24, 2024
1 parent 38cc28d commit e6a360d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions K-LiteCodecPackMega.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 @@ -44,7 +45,7 @@ set "Process=mpc-hc.exe"
if exist "%SystemRoot%\SysWOW64" set "Process=mpc-hc64.exe"

set "FileName="
set "SoftNameVersion=1835"
set "SoftNameVersion=1840"
set "FileDLwB=K-Lite_Codec_Pack*.exe"

set "OpenAfterInstall="
Expand Down Expand Up @@ -72,7 +73,7 @@ set "Link=https://files3.codecguide.com/K-Lite_Codec_Pack_!SoftNameVersion!_Mega
set "LinkForAllWindows32bit="
set "LinkForAllWindows64bit="

set "LinkFromGithub=K-Lite_Codec_Pack_Mega/K-Lite_Codec_Pack_!SoftNameVersion!_Mega.exe"
set "LinkFromGithub=K-Lite_Codec_Pack_!SoftNameVersion!_Mega.exe"
set "LinkFromDropbox="
set "LinkFromOneDrive="

Expand All @@ -91,6 +92,12 @@ 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"
Expand Down Expand Up @@ -158,7 +165,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 @@ -360,7 +367,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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Setup/K/K-Lite_Codec_Pack_1840_Mega.exe
Binary file not shown.

0 comments on commit e6a360d

Please sign in to comment.