w10install/scripts/install-teams.cmd

17 lines
238 B
Batchfile
Raw Normal View History

2021-02-28 16:31:43 +01:00
@echo off
set EXE=..\software\teams-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing Microsoft Teams ...
%EXE% -s
timeout /T 10
echo ####### %0 #######