@echo off :: ============================================ :: UDC Update PowerShell Launcher :: ============================================ powershell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""U:/Scripts/UDC/UDC_Update.ps1""' -Verb RunAs}" exit /b %ERRORLEVEL%