![]()
pp
Author
Date
2026-05-08 10:37
Views
54
```
@echo off
title Program Installer
cd /d C:\Users\user\Downloads
echo [1] Extracting HxD...
powershell -command "Expand-Archive -Force 'HxDSetup.zip' 'hxd'"
echo [2] Installing HxD...
start /wait "" "C:\Users\user\Downloads\hxd\HxDSetup.exe"
echo [3] Extracting ESEDB...
powershell -command "Expand-Archive -Force 'esedatabaseview.zip' 'esedb'"
echo [4] Installing Discord...
start /wait "" "DiscordSetup.exe"
:: =========================
:: FTK Imager (auto version)
:: =========================
echo [5] Installing FTK Imager...
for /f "delims=" %%i in ('dir /b /o:-d "Exterro_FTK_Imager_*.exe" 2^>nul') do (
start /wait "" "%%i"
goto :ftk_done
)
echo FTK installer not found!
:ftk_done
:: =========================
:: Apache Tomcat (auto version)
:: =========================
echo [6] Extracting Apache Tomcat...
for /f "delims=" %%i in ('dir /b /o:-d "apache-tomcat-*.zip" 2^>nul') do (
powershell -command "Expand-Archive -Force '%%i' 'apache-tomcat'"
goto :tomcat_done
)
echo Tomcat zip not found!
:tomcat_done
:: =========================
:: Cloudflare VPN (MSI 안정 실행)
:: =========================
echo [7] Installing Cloudflare VPN...
for /f "delims=" %%i in ('dir /b /o:-d "Cloudflare_WARP_*.msi" 2^>nul') do (
msiexec /i "%%i" /passive
goto :warp_done
)
echo Cloudflare installer not found!
:warp_done
echo.
echo All tasks completed.
pause
```
@echo off
title Program Installer
cd /d C:\Users\user\Downloads
echo [1] Extracting HxD...
powershell -command "Expand-Archive -Force 'HxDSetup.zip' 'hxd'"
echo [2] Installing HxD...
start /wait "" "C:\Users\user\Downloads\hxd\HxDSetup.exe"
echo [3] Extracting ESEDB...
powershell -command "Expand-Archive -Force 'esedatabaseview.zip' 'esedb'"
echo [4] Installing Discord...
start /wait "" "DiscordSetup.exe"
:: =========================
:: FTK Imager (auto version)
:: =========================
echo [5] Installing FTK Imager...
for /f "delims=" %%i in ('dir /b /o:-d "Exterro_FTK_Imager_*.exe" 2^>nul') do (
start /wait "" "%%i"
goto :ftk_done
)
echo FTK installer not found!
:ftk_done
:: =========================
:: Apache Tomcat (auto version)
:: =========================
echo [6] Extracting Apache Tomcat...
for /f "delims=" %%i in ('dir /b /o:-d "apache-tomcat-*.zip" 2^>nul') do (
powershell -command "Expand-Archive -Force '%%i' 'apache-tomcat'"
goto :tomcat_done
)
echo Tomcat zip not found!
:tomcat_done
:: =========================
:: Cloudflare VPN (MSI 안정 실행)
:: =========================
echo [7] Installing Cloudflare VPN...
for /f "delims=" %%i in ('dir /b /o:-d "Cloudflare_WARP_*.msi" 2^>nul') do (
msiexec /i "%%i" /passive
goto :warp_done
)
echo Cloudflare installer not found!
:warp_done
echo.
echo All tasks completed.
pause
```
Total Reply 0




Views Today : 151
Views Yesterday : 723
Total views : 337289
Who's Online : 1