script for snapcontrol

This commit is contained in:
Michael H.G. Schmidt 2021-10-03 18:31:02 +02:00
parent 553d0f4cb9
commit e501afc890
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,23 @@
@echo off
set TOOLS=c:\tools
set ZIP=..\software\snapcontrol.zip
set T=C:\TEMP
if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found!
exit /b
)
echo ####### %0 #######
%TOOLS%\7z e -y -aoa -o%T%\snapcontrol %ZIP% 1>nul
%T%\snapcontrol\snapcontrol.exe /I
copy /Y %T%\snapcontrol\LICENSE.txt c:\snapshot
copy /Y %T%\snapcontrol\README.md c:\snapshot
rd /S /Q %T%\snapcontrol
echo.
echo ####### %0 #######
pause

View File

@ -24,3 +24,5 @@ https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.1
https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip
https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi openvpn-setup.msi
https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.0.1-Full-Installer-x64.exe obsstudio-setup.exe
https://github.com/mhgschmidt/snapcontrol/releases/download/V1.07/snapcontrol.zip snapcontrol.zip

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
24 https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip
25 https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi openvpn-setup.msi
26 https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.0.1-Full-Installer-x64.exe obsstudio-setup.exe
27 https://github.com/mhgschmidt/snapcontrol/releases/download/V1.07/snapcontrol.zip snapcontrol.zip
28