5 lines
117 B
Batchfile
5 lines
117 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
cd /d "%~dp0"
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0stop.ps1"
|
|
pause |