stop.bat 108 B

1234
  1. @echo off
  2. chcp 65001 >nul
  3. cd /d "%~dp0"
  4. powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop.ps1"