@echo off setlocal powershell -ExecutionPolicy Bypass -File "%~dp0dev-up.ps1" %* exit /b %errorlevel%