moved unpack setacl ...
This commit is contained in:
parent
a183d97800
commit
312b67b63a
@ -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
|
|
||||||
|
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user