6 lines
120 B
Batchfile
6 lines
120 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\start-server.ps1"
|
|
echo.
|
|
pause
|