4 lines
72 B
Batchfile
4 lines
72 B
Batchfile
|
@echo off
|
||
|
runtime\bin\python\python_mcp runtime\startserver.py %*
|
||
|
pause
|