@echo off chcp 65001 >nul powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\stop-server.ps1" %* exit /b %errorlevel%