3 lines
61 B
Batchfile
3 lines
61 B
Batchfile
|
@echo off
|
||
|
set SCRIPT_DIR=%~dp0
|
||
|
php %SCRIPT_DIR%\gamectl %*
|