Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuck committed Jun 22, 2024
1 parent 29ac003 commit 53b15ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
File renamed without changes.
12 changes: 11 additions & 1 deletion MicrosoftOffice.bat
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,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 Expand Up @@ -826,6 +831,11 @@ set /a elapsed_time=%end_seconds%-%start_seconds%

echo Time elapsed: %elapsed_time% seconds.

REM Open After Install
if not "%OpenAfterInstall%"=="" (
call "%SoftPath%\%Process%"
)

echo The script will automatically close in 3 seconds.
for /l %%i in (3,-1,1) do (
echo Closing in %%i seconds...
Expand Down

0 comments on commit 53b15ed

Please sign in to comment.