integrated android tools

This commit is contained in:
Michael H.G. Schmidt 2021-08-29 20:01:00 +02:00
parent 1420bc5b11
commit bbfed20478
3 changed files with 13 additions and 2 deletions

View File

@ -6,6 +6,7 @@ set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;^
%LOCALAPPDATA%\Microsoft\WindowsApps;^
%TOOLS%;^
%TOOLS%\android;^
%TOOLS%\git\bin;^
%TOOLS%\git\cmd;^
%TOOLS%\git\usr\bin;^

View File

@ -53,7 +53,7 @@ copy /Y config\config.bgi %TOOLS%\bginfo
rd /S /Q %T%\bginfo 2>nul
echo.
echo Autorus ...
echo Autoruns ...
mkdir %TOOLS%\autoruns 2>nul
move /Y %T%\autoruns\autoruns.exe %TOOLS%
rd /S /Q %T%\autoruns 2>nul
@ -133,4 +133,14 @@ move /Y %T%\wub\wub_x64.exe %TOOLS%\wub.exe
rd /S /Q %T%\wub
echo.
echo Android tools ...
if NOT EXIST %SOFTWARE%\android.zip (
echo WARNING: %SOFTWARE%\android.zip not found!
) else (
echo unpacking android.zip ...
%TOOLS%\7z x -y -aoa -o%TOOLS% %SOFTWARE%\android.zip 1>nul
move /Y %TOOLS%\platform-tools %TOOLS%\android
)
echo.
echo ####### %0 #######

View File

@ -29,4 +29,4 @@ https://win32diskimager.org/wp-content/uploads/win32diskimager-1.0.0-install.exe
https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe
https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip android.zip

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
29 https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
30 https://www.heidoc.net/php/Windows-ISO-Downloader.exe Windows-ISO-Downloader.exe
31 https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
32 https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip android.zip