mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-09 11:52:20 +01:00
4 lines
128 B
Batchfile
4 lines
128 B
Batchfile
REM Starting Server. Will only work if python and dependencies are installed and in PATH
|
|
cd /D "%~dp0"
|
|
@start /b python3 api.py
|