added steam

This commit is contained in:
Michael H.G. Schmidt 2021-03-10 23:29:53 +01:00
parent 3704f10d84
commit da83276ad3
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
@echo off
set EXE=..\software\steam-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo killing STEAM processes...
taskkill /F /IM steam.exe 2>nul
echo installing STEAM ...
start /wait %EXE% /S
echo ####### %0 #######
pause

View File

@ -14,3 +14,4 @@ https://www.purebasic.com/download/PureBasic_Demo_x64.zip purebasic.zip
https://matrica.de/download/windows/moneyplex_20_setup.exe moneyplex-setup.exe https://matrica.de/download/windows/moneyplex_20_setup.exe moneyplex-setup.exe
https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi python2-setup.msi https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi python2-setup.msi
https://github.com/ClusterM/hakchi2/releases/download/v2.32/hakchi2.zip hakchi2.zip https://github.com/ClusterM/hakchi2/releases/download/v2.32/hakchi2.zip hakchi2.zip
https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe steam-setup.exe

1 https://download.sp.f-secure.com/SE/Retail/installer/F-SecureNetworkInstaller-AV.exe f-securenetworkinstaller-av_avtr20f930_.exe
14 https://matrica.de/download/windows/moneyplex_20_setup.exe moneyplex-setup.exe
15 https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi python2-setup.msi
16 https://github.com/ClusterM/hakchi2/releases/download/v2.32/hakchi2.zip hakchi2.zip
17 https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe steam-setup.exe