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