@echo off
chcp 65001 >nul
cd /d "%~dp0..\.."
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0restart-dev.ps1"
if errorlevel 1 pause