Files
powerfulcomputermanager/loadserver.bat

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