PicoBot/package/stop-gateway.bat

4 lines
95 B
Batchfile

@echo off
powershell -ExecutionPolicy Bypass -File "%~dp0start-gateway.ps1" -Action stop
pause