@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b

powershell -command %TOOLS%\show-updates.ps1