@echo off
for /f %%A in ('dir /b *.msu') do (
echo TEXT APA SAJA
echo %%A
start /wait %%A /quiet /norestart > nul
)
start /wait em.exe /passive /norestart
@echo off
for /f %%A in ('dir /b *.msu') do (
echo TEXT APA SAJA
echo %%A
start /wait %%A /quiet /norestart > nul
)
start /wait em.exe /passive /norestart