stop.cmd 125 B

12345
  1. @echo off
  2. setlocal
  3. powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop.ps1" %*
  4. if errorlevel 1 pause
  5. endlocal