mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
8 lines
106 B
Batchfile
8 lines
106 B
Batchfile
@echo off
|
|
set PDIR=%~dp0
|
|
cd %PDIR%Bin\Content.Server
|
|
call Content.Server.exe %*
|
|
cd %PDIR%
|
|
set PDIR=
|
|
pause
|