kv-tiktok/stop_app.bat

4 lines
91 B
Batchfile

@echo off
cd /d "%~dp0"
powershell -ExecutionPolicy Bypass -File manage_app.ps1 stop
pause