5 lines
51 B
Batchfile
5 lines
51 B
Batchfile
@echo off
|
|
chcp 65001
|
|
python TCPGameServer.py
|
|
pause
|
@echo off
|
|
chcp 65001
|
|
python TCPGameServer.py
|
|
pause
|