@echo off setlocal EnableExtensions cd /d "%~dp0" powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\test-suite.ps1" %* set "EC=%ERRORLEVEL%" if %EC% neq 0 exit /b %EC% exit /b 0