added SYSINTERNALS suite

This commit is contained in:
Michael H.G. Schmidt 2022-06-19 23:00:02 +02:00
parent 12e887eedb
commit c18ca197c4
3 changed files with 30 additions and 20 deletions

View File

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

View File

@ -13,8 +13,7 @@ rem ###################################
for %%A in ( for %%A in (
bginfo cmail
autoruns
curl curl
imapcopy imapcopy
installwimtweak installwimtweak
@ -28,7 +27,6 @@ for %%A in (
vivetool vivetool
winscp winscp
wub wub
cmail
) do ( ) do (
@ -47,16 +45,9 @@ echo move files to tools folder
echo ################################### echo ###################################
echo. echo.
echo BGinfo ... echo CMail - a Windows mailer
mkdir %TOOLS%\bginfo 2>nul move /Y %T%\cmail\cmail.exe %TOOLS%
move /Y %T%\bginfo\Bginfo64.exe %TOOLS%\bginfo rd /S /Q %T%\cmail
copy /Y config\config.bgi %TOOLS%\bginfo
rd /S /Q %T%\bginfo 2>nul
echo.
echo Autoruns ...
move /Y %T%\autoruns\autoruns.exe %TOOLS%
rd /S /Q %T%\autoruns 2>nul
echo. echo.
echo CURL echo CURL
@ -133,12 +124,10 @@ move /Y %T%\wub\wub_x64.exe %TOOLS%\wub.exe
rd /S /Q %T%\wub rd /S /Q %T%\wub
echo. echo.
echo CMail - a Windows mailer echo +++++++++++++++++++++++
move /Y %T%\cmail\cmail.exe %TOOLS% echo ++++ Android tools ++++
rd /S /Q %T%\cmail echo +++++++++++++++++++++++
echo.
echo Android tools ...
if NOT EXIST %SOFTWARE%\android.zip ( if NOT EXIST %SOFTWARE%\android.zip (
echo WARNING: %SOFTWARE%\android.zip not found! echo WARNING: %SOFTWARE%\android.zip not found!
) else ( ) else (
@ -149,5 +138,26 @@ if NOT EXIST %SOFTWARE%\android.zip (
) )
echo. echo.
echo ++++++++++++++++++++++
echo ++++ Sysinternals ++++
echo ++++++++++++++++++++++
if NOT EXIST %SOFTWARE%\sysinternals.zip (
echo WARNING: %SOFTWARE%\sysinternals.zip not found!
) else (
echo unpacking sysinternals.zip ...
mkdir %TOOLS%\sysinternals 2>nul
%TOOLS%\7z e -y -aoa -o%TOOLS%\sysinternals %SOFTWARE%\sysinternals.zip 1>nul
echo put autoruns in place ...
move /Y %TOOLS%\sysinternals\autoruns.exe %TOOLS%
echo put bginfo in place ...
mkdir %TOOLS%\bginfo 2>nul
copy /Y config\config.bgi %TOOLS%\bginfo
move /Y %TOOLS%\sysinternals\Bginfo64.exe %TOOLS%\bginfo
)
echo.
echo ####### %0 ####### echo ####### %0 #######

View File

@ -1,7 +1,6 @@
https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
https://download.sysinternals.com/files/BGInfo.zip bginfo.zip https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip
https://download.sysinternals.com/files/Autoruns.zip autoruns.zip
https://curl.se/windows/dl-7.79.1/curl-7.79.1-win64-mingw.zip curl.zip https://curl.se/windows/dl-7.79.1/curl-7.79.1-win64-mingw.zip curl.zip
https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
http://www.ardiehl.de/imapcopy/IMAPCopy.zip imapcopy.zip http://www.ardiehl.de/imapcopy/IMAPCopy.zip imapcopy.zip

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
2 https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
3 https://download.sysinternals.com/files/BGInfo.zip bginfo.zip https://download.sysinternals.com/files/SysinternalsSuite.zip sysinternals.zip
https://download.sysinternals.com/files/Autoruns.zip autoruns.zip
4 https://curl.se/windows/dl-7.79.1/curl-7.79.1-win64-mingw.zip curl.zip
5 https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
6 http://www.ardiehl.de/imapcopy/IMAPCopy.zip imapcopy.zip