@echo off :: ============================================ :: UDC Update Override Launcher :: Edit the version below to force a specific update :: ============================================ set "UDC_VERSION=1.0.32" powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& 'U:/Scripts/UDC/UDC_Update.ps1' -Version '%UDC_VERSION%'" exit /b %ERRORLEVEL%