7 lines
114 B
Batchfile
7 lines
114 B
Batchfile
@echo off
|
|
call check-for-admin
|
|
if %ERRORLEVEL% neq 0 exit /b
|
|
|
|
powershell -command %TOOLS%\show-updates.ps1
|
|
|