start.bat 131 B

12345
  1. @echo off
  2. chcp 65001 >nul
  3. cd /d "%~dp0"
  4. powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0start.ps1"
  5. if errorlevel 1 pause