moved unpack setacl ...

This commit is contained in:
Michael H.G. Schmidt 2022-06-19 17:38:39 +02:00
parent a183d97800
commit 312b67b63a
2 changed files with 6 additions and 22 deletions

View File

@ -1,22 +0,0 @@
@echo off
set TOOLS=c:\tools
set ZIP=..\software\setacl.zip
set T=C:\TEMP
if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found!
exit /b
)
echo ####### %0 #######
echo unpacking SetACL ...
%TOOLS%\7z e -y -aoa -o%T%\setacl %ZIP% 1>nul
move /Y %T%\setacl\*.exe %TOOLS%\setacl.exe
rd /S /Q %T%\setacl
echo.
echo ####### %0 #######
pause

View File

@ -22,6 +22,7 @@ for %%A in (
rclone rclone
regscanner regscanner
restic restic
setacl
showkeyplus showkeyplus
vim vim
vivetool vivetool
@ -97,6 +98,11 @@ move /Y %T%\restic\*.exe %TOOLS%\restic.exe
rd /S /Q %T%\restic rd /S /Q %T%\restic
echo. echo.
echo SetACL
move /Y %T%\setacl\*.exe %TOOLS%
rd /S /Q %T%\setacl
echo.
echo ShowKeyPlus echo ShowKeyPlus
move /Y %T%\showkeyplus\*.exe %TOOLS% move /Y %T%\showkeyplus\*.exe %TOOLS%
rd /S /Q %T%\showkeyplus rd /S /Q %T%\showkeyplus