4 lines
95 B
Batchfile
4 lines
95 B
Batchfile
@echo off
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0start-gateway.ps1" -Action stop
|
|
pause
|