mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-02-15 01:31:31 +01:00
5 lines
163 B
Batchfile
5 lines
163 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
|
|
cd admin
|
|
@start /b python3 admin.py |