start.cmd 126 B

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