5 lines
105 B
Batchfile
5 lines
105 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
cd /d "%~dp0"
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0start_server.ps1"
|