6 lines
145 B
Batchfile
6 lines
145 B
Batchfile
|
|
@echo off
|
||
|
|
start /min python server_launcher.py
|
||
|
|
timeout /t 2 >nul
|
||
|
|
start http://localhost:8000/index.html
|
||
|
|
start http://localhost:8000/spieler.html
|